HOW DO I REGISTER A ROOM?
/msg chanserv register #channel (password) (description)
Example: If you wanted to register #chat, you would type /msg chanserv register #chat mYp4ssw0rd General Chat
HOW DO I SET AN ENTRY MESSAGE FOR PEOPLE WHO JOIN MY ROOM?
/msg chanserv set #channel entrymsg (message)
Example: If you wanted an entry message for #chat, you would type /msg chanserv set #chat entrymsg Welcome everyone! Please be respectful of other chatters, and enjoy your time!
HOW DO I CONFIGURE MY ROOM TO AUTOMATICALLY SET MODES WHEN PEOPLE ENTER?
/msg chanserv set #channel mlock (modes)
Example: If you wanted #chat to be marked as private after the first person enters, you would type /msg chanserv set #chat mlock +p
HOW DO I GIVE SOMEONE ACCESS IN MY ROOM?
By default, your room is configured to use the XOP access system. The XOP system uses the following levels:
SOP = Super Operator (&)
AOP = Channel Operator (@)
HOP = Channel Half-operator (%)
VOP = Voiced user (+)
Example: To grant Scott AOP access in #chat, you would type /msg chanserv aop #chat add Scott. To remove Scott's access, use /msg chanserv aop #chat del Scott.
HOW DO I SWITCH FROM XOP TO STANDARD ACCESS LEVELS?
The numerical privilege system is an alternative to XOP. To disable XOP mode, type /msg chanserv set #channel xop off. This will put your channel into numerical access list format. The numerical system uses the following levels:
10 = Channel administrator (&)
5 = Channel operator (@)
4 = Channel half-operator (%)
3 = Voiced user (+)
Example: If you wanted Scott to be a channel operator in #chat, you would type /msg chanserv access #chat add Scott 5. Similarly, to remove Scott's access, you would use /msg chanserv access #chat del Scott.