From 26e731697d08f3e8960b68549d5388b15d2bb154 Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 30 Dec 2012 18:06:38 +0000 Subject: [PATCH] Documentation for kick module. [#75] --- modules/kick/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/kick/README.md diff --git a/modules/kick/README.md b/modules/kick/README.md new file mode 100644 index 0000000..b3aa217 --- /dev/null +++ b/modules/kick/README.md @@ -0,0 +1,17 @@ +## 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.