Project

General

Profile

Kick » History » Version 2

Per Amundsen, 06/04/2019 09:26 PM

1 1 Per Amundsen
_Added in 1.5_
2
3
*/kick [#channel] <nick> [reason]*
4
5
Kicks a user from a channel and shows an optional kick reason.
6
If no channel parameter is defined, it will kick the user in current channel.
7
8
*Parameters*
9
10
[#channel] - Channel to kick the user from.
11
<nick> - Nick to kick.
12
[reason] - Reason for kicking.
13
14
*Example*
15
16
<pre>
17 2 Per Amundsen
; Kicks 'Nick' from '#Channel' with the reason 'Stop spamming!'.
18 1 Per Amundsen
/kick #channel Nick Stop spamming!
19
</pre>