From b956661094109ae89ea87550cec5a9a6ed9eaa90 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 5 Apr 2015 21:40:58 +0300 Subject: eathena: impliment packet SMSG_CHAT_ROOM_LEAVE. --- src/resources/notifications.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/resources/notifications.h') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 132409fd0..8249fef28 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -523,6 +523,14 @@ namespace NotifyManager // TRANSLATORS: notification message N_("%s joined room."), NotifyFlags::STRING}, + {"chat room leave", + // TRANSLATORS: notification message + N_("%s left room."), + NotifyFlags::STRING}, + {"chat room kick", + // TRANSLATORS: notification message + N_("%s kicked from room."), + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H -- cgit v1.2.3-60-g2f50