diff options
author | George Hazan <george.hazan@gmail.com> | 2016-09-20 19:18:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-09-20 19:18:20 +0000 |
commit | dfec0ef867351971dcd82a8afcce3726f9afaa55 (patch) | |
tree | d3383c131169f0a230e28585ca36ced5e2e0f8e7 /protocols/IRCG/src/stdafx.h | |
parent | 64751211cc037081bc32d4c41c17e064162d6ca4 (diff) |
IRC doesn't allow to translate statuses.
git-svn-id: http://svn.miranda-ng.org/main/trunk@17327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IRCG/src/stdafx.h')
-rw-r--r-- | protocols/IRCG/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/IRCG/src/stdafx.h b/protocols/IRCG/src/stdafx.h index 5d48ed407f..7010ac4931 100644 --- a/protocols/IRCG/src/stdafx.h +++ b/protocols/IRCG/src/stdafx.h @@ -359,8 +359,8 @@ struct CIrcProto : public PROTO<CIrcProto> CManagerDlg *m_managerDlg;
CIgnorePrefsDlg *m_ignoreDlg;
- int m_noOfChannels, m_manualWhoisCount;
- CMStringA sChannelModes, sUserModes;
+ int m_noOfChannels, m_manualWhoisCount;
+ CMStringA sChannelModes, sUserModes;
CMStringW sChannelPrefixes, sUserModePrefixes, WhoisAwayReply;
// clist.cpp
|