diff --git a/modules/kick/usage.json b/modules/kick/usage.json new file mode 100644 index 0000000..156e474 --- /dev/null +++ b/modules/kick/usage.json @@ -0,0 +1,7 @@ +{ + "~ckick": "~ckick [#channel] [username] [reason]", + "~cban": "~cban [#channel] [username] [reason]", + "~nban": "~nban [username] [reason]", + "~kickstats": "~kickstats", + "~kickcount": "~kickcount [user]" +} diff --git a/modules/report/usage.json b/modules/report/usage.json index f0003eb..36139fd 100644 --- a/modules/report/usage.json +++ b/modules/report/usage.json @@ -1,3 +1,4 @@ { - "~report": "~report [#channel] [username] [reason for reporting]" + "~report": "~report [#channel] [username] [reason for reporting]", + "~notify": "~notify [#channel] [message]" }