From 1d0b695325e4a1d11c9986403766041e1be2ef4f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 30 Oct 2017 15:10:50 +0300 Subject: fixes #1010 (custom colors do not appear in the IRC log) --- plugins/TabSRMM/src/chat_main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/TabSRMM/src/chat_main.cpp') diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp index 72d0e9c0a3..9669930aea 100644 --- a/plugins/TabSRMM/src/chat_main.cpp +++ b/plugins/TabSRMM/src/chat_main.cpp @@ -215,6 +215,7 @@ static void stubShowRoom(SESSION_INFO *si) int Chat_Load() { CheckUpdate(); + Utils::RTF_CTableInit(); CHAT_MANAGER_INITDATA data = { &g_Settings, sizeof(MODULEINFO), sizeof(SESSION_INFO), LPGENW("Message Sessions") L"/" LPGENW("Group chats"), FONTMODE_ALTER }; pci = Chat_GetInterface(&data); -- cgit v1.2.3