From eea66430288b972e43b7b65f73b3f3a3e5c6568c Mon Sep 17 00:00:00 2001 From: John Maguire Date: Thu, 21 Mar 2013 15:08:48 -0400 Subject: [PATCH] adding forgotten usage file for ~help and ~usage --- modules/command/usage.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/command/usage.json diff --git a/modules/command/usage.json b/modules/command/usage.json new file mode 100644 index 0000000..8aaf80e --- /dev/null +++ b/modules/command/usage.json @@ -0,0 +1,4 @@ +{ + "~usage": "~usage [command]", + "~help": "~help [module]" +}