Project

General

Profile

Kick » History » Revision 2

Revision 1 (Per Amundsen, 02/12/2014 08:27 PM) → Revision 2/3 (Per Amundsen, 06/04/2019 09:26 PM)

_Added in 1.5_ 

 */kick [#channel] <nick> [reason]* 

 Kicks a user from a channel and shows an optional kick reason. 
 If no channel parameter is defined, it will kick the user in current channel. 

 *Parameters* 

 [#channel] - Channel to kick the user from. 
 <nick> - Nick to kick. 
 [reason] - Reason for kicking. 

 *Example* 

 <pre> 
 ; Kicks 'Nick' ;Kick Nick from '#Channel' with the reason 'Stop spamming!'. #Channel. 
 /kick #channel Nick Stop spamming! 
 </pre>