This commit is contained in:
reality 2015-01-15 02:46:02 +00:00
parent 97f44141b3
commit 439fcf567c

View File

@ -295,6 +295,8 @@ var commands = function(dbot) {
commands['~ununsub'].regex = [/^ununsub ([^ ]+)$/, 2]; commands['~ununsub'].regex = [/^ununsub ([^ ]+)$/, 2];
commands['~ustatus'].regex = [/^ustatus ([^ ]+)$/, 2]; commands['~ustatus'].regex = [/^ustatus ([^ ]+)$/, 2];
commands['~sustatus'].regex = [/^sustatus ([^ ]+)$/, 2]; commands['~sustatus'].regex = [/^sustatus ([^ ]+)$/, 2];
commands['~ustatus'].access = 'power_user';
commands['~sustatus'].access = 'power_user';
return commands; return commands;
}; };