dbot/modules/kick
ProButcher dce6ec6c54 Updated README for kick module.
Added ~ckick, ~cban, ~nban and ~nunban.
2013-06-12 12:49:16 -03:00
..
commands.js Initial non-persistent support for temp banning [#495] 2013-06-10 16:59:56 +00:00
config.json nunban moved to api + efficiency [#500], attempts to look up host otf [Close #499], tempban backedn [#495] 2013-06-10 16:15:28 +00:00
kick.js remove ban from ban list when tempban expires [#500] 2013-06-11 17:57:04 +00:00
README.md Updated README for kick module. 2013-06-12 12:49:16 -03:00
strings.json Initial non-persistent support for temp banning [#495] 2013-06-10 16:59:56 +00:00
usage.json add usage info for report and kick 2013-06-05 22:13:24 +00:00

Kick

Kicking and kicking-related accessories.

Description

This module counts the number of times people are kicked from and kick people from channels, and provides commands for viewing this data. It also has the bot attempt to rejoin the channel if it is kicked.

Commands

~kickcount [username]

Show the number of times a given user has been kicked and has kicked other people.

~kickstats

Show a list of top kickers and kickees.

~ckick [#channel] [username] [reason]

Kick a user from a channel.

~cban [#channel] [username] [reason]

Ban a user from a channel.

~nban {optional: Duration in Hours} [username] [reason]

Ban a user from the network.

~nunban [username] [reason]

Unban a user from the network.