mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 22:39:26 +01:00
<3
This commit is contained in:
parent
d714b2c0be
commit
ead2d21a35
@ -229,9 +229,9 @@ var commands = function(dbot) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
commands['~wordusers'].regex = [/^~wordusers ([\d\w[\]{}^|\\`_-]+?)/, 2];
|
commands['~wordusers'].regex = [/^~wordusers ([\d\w[\]{}^|\\<>`_-]+?)/, 2];
|
||||||
commands['~word'].regex = [/^~word ([\d\w[\]{}^|\\`_-]+?)/, 2];
|
commands['~word'].regex = [/^~word ([\d\w[\]{}^|\\<>`_-]+?)/, 2];
|
||||||
commands['~trackword'].regex = [/^~trackword ([\d\w[\]{}^|\\`_-]+?)/, 2];
|
commands['~trackword'].regex = [/^~trackword ([\d\w[\]{}^|\\<>`_-]+?)/, 2];
|
||||||
commands['~trackword'].access = 'power_user';
|
commands['~trackword'].access = 'power_user';
|
||||||
return commands;
|
return commands;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user