Changes between Version 14 and Version 15 of ChanServ/ModeLock
- Timestamp:
- 02/21/08 19:57:55 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChanServ/ModeLock
v14 v15 8 8 9 9 {{{ 10 /msg chanserv SET <#channel> MLOCK <mode>10 /msg ChanServ SET <#channel> MLOCK <mode> 11 11 }}} 12 12 … … 14 14 15 15 {{{ 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)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) 19 19 }}} 20 20 … … 22 22 23 23 {{{ 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)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) 26 26 }}} 27 27 … … 29 29 30 30 {{{ 31 Example: /msg chanserv SET <#channel> MLOCK -i+p (Forces the channel to never be invite-only and always private )31 Example: /msg ChanServ SET <#channel> MLOCK -i+p (Forces the channel to never be invite-only and always private ) 32 32 33 33 }}} … … 36 36 37 37 {{{ 38 /msg chanserv SET <#channel> MLOCK +38 /msg ChanServ SET <#channel> MLOCK + 39 39 }}} 40 40
