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


Teamspeak documentation  | view source Contained in the Teamspeak distribution.

Index


NAME

Top

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

SEE ALSO

Top

"Teamspeak::Telnet"

CLASS METHODS

Top

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.


Teamspeak documentation  | view source Contained in the Teamspeak distribution.