Kick » History » Version 1
Per Amundsen, 02/12/2014 08:27 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 | ;Kick Nick from #Channel. |
||
| 18 | /kick #channel Nick Stop spamming! |
||
| 19 | </pre> |