Merge pull request #382 from TalkTakesTime/master

Add /ignore to help
This commit is contained in:
The Immortal 2013-10-13 07:27:38 -07:00
commit 8574193dc0

View File

@ -1167,6 +1167,11 @@ var commands = exports.commands = {
matched = true;
this.sendReply('/join [roomname] - Attempts to join the room [roomname].');
}
if (target === 'all' || target === 'ignore') {
matched = true;
this.sendReply('/ignore [user] - Ignores all messages from the user [user].');
this.sendReply('Note that staff messages cannot be ignored.');
}
if (target === '%' || target === 'invite') {
matched = true;
this.sendReply('/invite [username], [roomname] - Invites the player [username] to join the room [roomname].');