|
An IRC command that enables users to
register a channel so they will always
have control of a channel. Below is an example of how the chanserv
command may work on the IRC server you're connected to. Keep in mind
that not every IRC server uses the same software and that this
command may operate differently or not at all.
/msg chanserv help
or
/chanserv help
The above commands would execute display the help screen in the
main server window in IRC displaying all of the available commands
chanserv is capable of doing.
/msg chanserv register #channel password description Above
is an example of how you would register a channel with the IRC
server. Keep in mind for this command to work you must have
already registered your nick with the nickserv
command. In the above example you would replace
"#channel" with the name of the channel you wish
register (keep the #), replace password with the password
you wish to use for the channel, and finally the description of
the description of the channel. /msg chanserv access #channel add
user level Above is an example of how you can set
other users to different levels allowing other users to help
control your channel. In the above example you would replace
"#channel" with the channel you registered earlier,
"user" with the name of another user who is registered
with nickserv, and finally "level" with the level of the
user 10 being the highest and 0 the lowest. Typing "/msg chanserv help access levels"
will display a listing of the levels and what they mean.
Also see: Chat
definitions, IRC, Nickserv
|