Help for this page

Select Code to Download


  1. or download this
    # 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..$#_]));
    }