From e597401af5d0005f3f6039cc0e76d8ecfaae66ef Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Sep 2014 22:35:17 +0300 Subject: Add whisper commands for server side ignore/unignore whispers. New chat commands: /serverignore NICK - ignore whispers on server from NICK. /serverunignore NICK - unignore whispers on server from NICK. --- src/input/inputaction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/input/inputaction.h') diff --git a/src/input/inputaction.h b/src/input/inputaction.h index e272cefd4..2ce0518cc 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -478,6 +478,8 @@ namespace InputAction PET_EMOTE_47, PET_EMOTE_48, CATCH_PET, + IGNORE_WHISPER, + UNIGNORE_WHISPER, TOTAL }; } // namespace InputAction -- cgit v1.2.3-70-g09d2