Crirc::Controller::Command::Chan
Inherits Crirc::Controller::Command
Defines the IRC commands that are related to chans (join, part, ...).
Instance methods
Invite the user "user" to the channel "chan".
Request to join the chan(s) "chans", with password(s) "passwords". The passwords may be ignored if not needed.
Overloads the join function for 1 chan.
Kick the users users from the channels chans. The reason of the kick will be displayed if given as a parameter.
Overloads the kick function for several chans, one user.
Overloads the kick function for one chan, several users.
Overloads the kick function for one chan, one user.
List the channels and their topics. If the chans parameter is given, lists the status of the given chans.
Request to change the mode of the given channel. If the mode is to be applied to an user, precise it.
Request the names of the users in the given channel(s). If no channel is given, requests the names of the users in every known channel.
Request to leave the channel(s) "chans", with an optional part message "msg".
Overloads the part function for 1 chan.
Request to change the topic of the given channel. If no topic is given, requests the topic of the given channel.