From a71c047aca673087fc044a02c7c4d6a4809cde90 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sun, 2 Dec 2012 16:59:09 +0000 Subject: [PATCH] typo in usage in report --- modules/report.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/report.js b/modules/report.js index f68813d..f3f4c2f 100644 --- a/modules/report.js +++ b/modules/report.js @@ -38,7 +38,7 @@ var report = function(dbot) { }; commands['~report'].regex = [/^~report ([^ ]+) ([^ ]+) (.+)$/, 4]; - commands['report'].usage = '~report [#channel] [username] [reason for reporting]'; + commands['~report'].usage = '~report [#channel] [username] [reason for reporting]'; return { 'name': 'report',