mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
typo in usage in report
This commit is contained in:
parent
6f48c30044
commit
a71c047aca
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user