Difference between revisions of "Kick"

From Scriptwiki
Jump to: navigation, search
m (again, a list like thingy and added link to on kick)
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
  
 
== Example ==
 
== Example ==
Kicks the user "foobar" our of #help.script
+
Kicks the user "foobar" out of #help.script:
  
 
  /kick #help.script foobar
 
  /kick #help.script foobar
  
Kicks the user "foobar" out of #help.script with the reason "Spam isn't allowed here".
+
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
 
  /kick #help.script foobar Spam isn't allowed here
  
 +
== See Also ==
 +
* {{Relatedraws|kick}}
 +
* [[On kick|On kick event]]
  
 
[[Category:Basic IRC commands]]
 
[[Category:Basic IRC commands]]

Latest revision as of 08:59, 2 July 2007

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" out 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

See Also