From cb847e9e671f6d65f177686ae8544525c8f53763 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 5 Apr 2015 21:23:32 +0300 Subject: eathena: impliment packet SMSG_CHAT_ROOM_ADD_MEMBER. --- src/resources/notifications.h | 4 ++++ src/resources/notifytypes.h | 1 + 2 files changed, 5 insertions(+) (limited to 'src/resources') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index e6d577633..132409fd0 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -519,6 +519,10 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Chat room already exists"), NotifyFlags::EMPTY}, + {"chat room joined", + // TRANSLATORS: notification message + N_("%s joined room."), + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h index 3269192a3..972e694a9 100644 --- a/src/resources/notifytypes.h +++ b/src/resources/notifytypes.h @@ -148,6 +148,7 @@ namespace NotifyTypes MANNER_NEGATIVE_POINTS, ROOM_LIMIT_EXCEEDED, ROOM_ALREADY_EXISTS, + ROOM_JOINED, TYPE_END }; -- cgit v1.2.3-70-g09d2