Changes between Version 14 and Version 15 of ChanServ/ModeLock

Show
Ignore:
Timestamp:
02/21/08 19:57:55 (3 years ago)
Author:
Shady (IP: 196.25.255.214)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChanServ/ModeLock

    v14 v15  
    88 
    99{{{ 
    10 /msg chanserv SET <#channel> MLOCK <mode> 
     10/msg ChanServ SET <#channel> MLOCK <mode> 
    1111}}} 
    1212 
     
    1414 
    1515{{{   
    16 Example: /msg chanserv SET <#channel> MLOCK +i         (Forces the channel to always be invite-only) 
    17          /msg chanserv SET <#channel> MLOCK +ip        (Forces the channel to always be invite-only and private) 
    18          /msg chanserv SET <#channel> MLOCK +k <pass>  (Forces the channel to require the key "Pass" to enter) 
     16Example: /msg ChanServ SET <#channel> MLOCK +i         (Forces the channel to always be invite-only) 
     17         /msg ChanServ SET <#channel> MLOCK +ip        (Forces the channel to always be invite-only and private) 
     18         /msg ChanServ SET <#channel> MLOCK +k <pass>  (Forces the channel to require the key "Pass" to enter) 
    1919}}} 
    2020 
     
    2222 
    2323{{{   
    24 Example: /msg chanserv SET <#channel> MLOCK -i         (Forces the channel to never be invite-only) 
    25          /msg chanserv SET <#channel> MLOCK -ip        (Forces the channel to never be invite-only and private)  
     24Example: /msg ChanServ SET <#channel> MLOCK -i         (Forces the channel to never be invite-only) 
     25         /msg ChanServ SET <#channel> MLOCK -ip        (Forces the channel to never be invite-only and private)  
    2626}}} 
    2727 
     
    2929 
    3030{{{   
    31 Example: /msg chanserv SET <#channel> MLOCK -i+p       (Forces the channel to never be invite-only and always private ) 
     31Example: /msg ChanServ SET <#channel> MLOCK -i+p       (Forces the channel to never be invite-only and always private ) 
    3232           
    3333}}} 
     
    3636 
    3737{{{   
    38 /msg chanserv SET <#channel> MLOCK +  
     38/msg ChanServ SET <#channel> MLOCK +  
    3939}}} 
    4040