Martin von Oertzen > Teamspeak > Teamspeak::Telnet::Channel

Download:
Teamspeak/Teamspeak-0.6.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Teamspeak::Telnet::Channel - Teamspeak::Server have multiple Channels.

SEE ALSO ^

"Teamspeak::Telnet"

CLASS METHODS ^

parameter()

Returns a list with possible channel parameters.

new( id => $id, parent => $cl ... )

Creates a channel object. id, parent, order, maxusers, name, flags, password and topic will be set.

id()

Returns the identifier of the channel.

codec()

Returns the currently used Audio-Codec.

parent()

Returns the parent channel.

order()

Returns the priority value for the sorting order.

maxusers()

Returns the maximum allowed users at this channel.

name()

Returns the visible name of the channel.

flags()

Returns "Teamspeak::Flags".

password()

Returns the channel password.

topic()

Returns the channel topic.