home *** CD-ROM | disk | FTP | other *** search
/ Set of Apple II Hard Drive Images / hard.hdv / HARD / TEXT / IRC2.TXT < prev    next >
Encoding:
Text File  |  1994-03-03  |  1.4 KB  |  51 lines  |  [04] ASCII Text (0x0000)

  1.  
  2.    2  HOW TO MAKE A CHANNEL PRIVATE
  3.  
  4.  
  5. Changing channel modes ======================
  6.  
  7. If you are a channeloperator, you can change the status of the channel with the
  8. /MODE command. The syntax of /MODE is :
  9.  
  10.       /MODE <channelname> +<modechars> <parameters>
  11.  
  12.       Add constraints to channel <channelname>
  13.  
  14.       /MODE <channelname> -<modechars> <parameters>
  15.  
  16.       Remove constraints from channel <channelname>
  17.  
  18.       You have to be channeloperator on <channelname> for this to work.
  19.  
  20.       <Modechars> can be one of the following :
  21.  
  22.           m           - make channel moderated
  23. More?
  24.           s           - make channel secret
  25.           p           - make channel private
  26.           l <number>  - make channel limited, where <number> is the
  27.                         maximum number of users allowed
  28.           t           - make channel topic limited
  29.           o <nick>    - Makes <nick> a channel operator
  30.           i           - channel is invite only
  31.           n           - No MSGs to the channel are allowed (Message disabled)
  32.  
  33.      ------ Example :
  34.  
  35.      : /MODE #demo +p
  36.  
  37. IRC: *** Mode change "+p " on channel #demo by rvloon
  38.  
  39.      This will make channel #demo private.
  40.  
  41.      : /MODE #demo +l 10
  42.  
  43.      This will limit the #demo channel to maximum 10 people at the same time.
  44.  
  45.  
  46. ABOUT-IRC>(Enter Number, Scan, "?" or Exit): 
  47.    3  EXIT
  48.  
  49.  
  50.  
  51. ABOUT-IRC>(Enter Number, Scan, "?" or Exit):