From 1c3bbb283ca5f0d25658e190c4c41a4667f71ff2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Jun 2023 17:54:32 +0300 Subject: nick search went to core --- include/m_srmm_int.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 6fe11774e2..567b153555 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -268,6 +268,9 @@ protected: const USERINFO* m_pUserTyping = nullptr; CCtrlListBox m_nickList; + int m_iNickSearch = -1; + CMStringW m_wszNickSearch; + CCtrlButton m_btnColor, m_btnBkColor, m_btnOk; CCtrlButton m_btnBold, m_btnItalic, m_btnUnderline; CCtrlButton m_btnHistory, m_btnChannelMgr, m_btnNickList, m_btnFilter; -- cgit v1.2.3