diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-26 15:19:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-26 15:19:09 +0300 |
commit | 68f119cb70d7047c20910ea6db33c3bc94149a75 (patch) | |
tree | 27d17ab42b1e9b8a55df7352b7d8b3e104f89b1c /plugins/TabSRMM/src/chat.h | |
parent | 27987283c94b4e9f3f966ca3336d4dfb8c8992be (diff) |
Chat api:
- function Chat_GetDefaultEventDescr() added not to translate the same strings in 5 different places;
- function CHAT_INTERFACE::CreateNick added to process nick name creation for group chats;
- unused variable LOGINFO::dwFlags removed;
- variable LOGINFO::bSimple added for events without possible formatting;
- bunch of duplicate code remoed;
Diffstat (limited to 'plugins/TabSRMM/src/chat.h')
-rw-r--r-- | plugins/TabSRMM/src/chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/chat.h b/plugins/TabSRMM/src/chat.h index 8e64d6c09b..abb39a9634 100644 --- a/plugins/TabSRMM/src/chat.h +++ b/plugins/TabSRMM/src/chat.h @@ -118,6 +118,8 @@ SESSION_INFO* SM_FindSessionAutoComplete(const char* pszModule, SESSION_INFO* cu BOOL SM_ReconfigureFilters();
+void OnCreateNick(const SESSION_INFO *si, const LOGINFO *lin, CMStringW &wszNick);
+
int UM_CompareItem(const USERINFO *u1, const USERINFO *u2);
// tools.c
|