view doc/html/irccdctl/command/server-kick.md @ 360:55bf5c5a65db

Docs: split irccdctl commands, closes #592
author David Demelier <markand@malikania.fr>
date Wed, 30 Nov 2016 13:20:23 +0100
parents
children b8da1d8c2a72
line wrap: on
line source

---
title: server-kick
guide: yes
---

# server-kick

Kick the specified target from the channel, the reason is optional.

## Usage

````nohighlight
$ irccdctl server-kick server target channel [reason]
````

## Example

````nohighlight
$ irccdctl kick freenode jean #staff "Stop flooding"
````