3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 22:39:26 +01:00

typo in usage in report

This commit is contained in:
Luke Slater 2012-12-02 16:59:09 +00:00
parent 6f48c30044
commit a71c047aca

View File

@ -38,7 +38,7 @@ var report = function(dbot) {
}; };
commands['~report'].regex = [/^~report ([^ ]+) ([^ ]+) (.+)$/, 4]; commands['~report'].regex = [/^~report ([^ ]+) ([^ ]+) (.+)$/, 4];
commands['report'].usage = '~report [#channel] [username] [reason for reporting]'; commands['~report'].usage = '~report [#channel] [username] [reason for reporting]';
return { return {
'name': 'report', 'name': 'report',