diff options
author | George Hazan <ghazan@miranda.im> | 2017-04-04 16:21:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-04-04 16:21:28 +0300 |
commit | cb9750e8ef71c32441c34c169101c4329a9ac8b5 (patch) | |
tree | d8379e965edb88f1c071e02e4fdf37bf5f998dd3 /plugins/TabSRMM/src/chat_main.cpp | |
parent | e3b4b1b847c5beba21cdbc5c96f07364f61ea784 (diff) |
data used by some plugins only moved to these plugins
Diffstat (limited to 'plugins/TabSRMM/src/chat_main.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat_main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp index d461209b05..c7131cc174 100644 --- a/plugins/TabSRMM/src/chat_main.cpp +++ b/plugins/TabSRMM/src/chat_main.cpp @@ -61,10 +61,8 @@ static void OnSetTopic(SESSION_INFO *si) static void OnNewUser(SESSION_INFO *si, USERINFO*)
{
- if (si->pDlg) {
- si->pDlg->UpdateNickList();
+ if (si->pDlg)
si->pDlg->GetMyNick();
- }
}
static void OnChangeNick(SESSION_INFO *si)
|