Help for this page
# Change channel and user modes (this one is easy... the handler is a +bitch.) # Takes at least 1 arg: the target of the command (channel or nick) ... } $self->sl("MODE $_[0] " . CORE::join(" ", @_[1..$#_])); }