home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-03 | 1.4 KB | 51 lines | [04] ASCII Text (0x0000) |
-
- 2 HOW TO MAKE A CHANNEL PRIVATE
-
-
- Changing channel modes ======================
-
- If you are a channeloperator, you can change the status of the channel with the
- /MODE command. The syntax of /MODE is :
-
- /MODE <channelname> +<modechars> <parameters>
-
- Add constraints to channel <channelname>
-
- /MODE <channelname> -<modechars> <parameters>
-
- Remove constraints from channel <channelname>
-
- You have to be channeloperator on <channelname> for this to work.
-
- <Modechars> can be one of the following :
-
- m - make channel moderated
- More?
- s - make channel secret
- p - make channel private
- l <number> - make channel limited, where <number> is the
- maximum number of users allowed
- t - make channel topic limited
- o <nick> - Makes <nick> a channel operator
- i - channel is invite only
- n - No MSGs to the channel are allowed (Message disabled)
-
- ------ Example :
-
- : /MODE #demo +p
-
- IRC: *** Mode change "+p " on channel #demo by rvloon
-
- This will make channel #demo private.
-
- : /MODE #demo +l 10
-
- This will limit the #demo channel to maximum 10 people at the same time.
-
-
- ABOUT-IRC>(Enter Number, Scan, "?" or Exit):
- 3 EXIT
-
-
-
- ABOUT-IRC>(Enter Number, Scan, "?" or Exit):