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',