Project

General

Profile

Kick » History » Version 3

Per Amundsen, 02/16/2023 12:53 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 3 Per Amundsen
table(ktable).
11
|*Parameter*|*Description*|
12
| [#channel] | Channel to kick the user from. |
13
| <nick> | Nick to kick. |
14
| [reason] | Reason for kicking. |
15 1 Per Amundsen
16
*Example*
17
18
<pre>
19 2 Per Amundsen
; Kicks 'Nick' from '#Channel' with the reason 'Stop spamming!'.
20 1 Per Amundsen
/kick #channel Nick Stop spamming!
21
</pre>