Merge git://github.com/reality/dbot into database

This commit is contained in:
reality 2013-06-05 22:15:56 +00:00
commit f3fda2b696
2 changed files with 9 additions and 1 deletions

7
modules/kick/usage.json Normal file
View File

@ -0,0 +1,7 @@
{
"~ckick": "~ckick [#channel] [username] [reason]",
"~cban": "~cban [#channel] [username] [reason]",
"~nban": "~nban [username] [reason]",
"~kickstats": "~kickstats",
"~kickcount": "~kickcount [user]"
}

View File

@ -1,3 +1,4 @@
{
"~report": "~report [#channel] [username] [reason for reporting]"
"~report": "~report [#channel] [username] [reason for reporting]",
"~notify": "~notify [#channel] [message]"
}