Kick: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
Doomie (talk | contribs)
No edit summary
Line 15: Line 15:




[[Category:Basic_IRC_Commands]]
[[Category:Basic IRC Commands]]

Revision as of 11:45, 4 September 2005

Kicks a user from a channel with a reason.

/kick <channel> <nickname> [reason]

Note: You can only kick one user per command. To kick more, you need to send several kick-commands. If no reason supplied, <nickname> will be the reason too.

Example

Kicks the user "foobar" our of #help.script

/kick #help.script foobar

Kicks the user "foobar" out of #help.script with the reason "Spam isn't allowed here".

/kick #help.script foobar Spam isn't allowed here