Project

General

Profile

Ban » History » Revision 2

Revision 1 (Per Amundsen, 02/08/2014 10:14 PM) → Revision 2/8 (Per Amundsen, 08/13/2015 11:07 AM)

_Added in 1.7_ 

 */ban [-kruN] [#channel] <nickname|address> [type] [reason]* 

 Ban someone from the current channel using their nickname or address. 

 *Switches* 

 -k - Kick as well as banning with an optional reason. 
 -uN - Pause N seconds before removing the ban. 
 -r - Removes ban instead of adding. 

 *Parameters* 

 [#channel] - The channel to add/remove the ban. 
 <nickname|address> - Nick or address to ban. 
 [type] - Address type, see [[$mask]] [[ban mask]] for available types. more information. (if no type is specified, ban type from Options -> Server -> Default ban type will be used) 
 [reason] - Optional reason used in combination with -k 

 *Example* 

 <pre> 
 ;Kicks and bans a nick from channel #test for 1 hour 
 /ban -ku3600 #test Nick Stop Spamming. 

 ;Removes ban on Nick from channel #test 
 /ban -r #test Nick 

 ;Bans all users from host.com 
 /ban #test *!*@host.com 
 </pre>