diff options
| author | 2008-07-05 14:31:03 +0000 | |
|---|---|---|
| committer | 2008-07-05 14:31:03 +0000 | |
| commit | b53812346ed2bd94765ee2aa0dd9a9055e00a478 (patch) | |
| tree | ee37573edfc338924dc5ad540c858469b2a1309b | |
| parent | fixed normal popups (diff) | |
| download | KVIrc-b53812346ed2bd94765ee2aa0dd9a9055e00a478.tar.gz KVIrc-b53812346ed2bd94765ee2aa0dd9a9055e00a478.tar.bz2 KVIrc-b53812346ed2bd94765ee2aa0dd9a9055e00a478.zip | |
revert broken fix for #132
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2003 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | src/kvirc/sparser/kvi_sp_ctcp.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/kvirc/sparser/kvi_sp_ctcp.cpp b/src/kvirc/sparser/kvi_sp_ctcp.cpp index 3d19e28eb..183f326b0 100644 --- a/src/kvirc/sparser/kvi_sp_ctcp.cpp +++ b/src/kvirc/sparser/kvi_sp_ctcp.cpp @@ -1428,10 +1428,8 @@ void KviServerParser::parseCtcpRequestAction(KviCtcpMessage *msg) if(type < 0)return; // event stopped the message! -//fix for bug #132 : open the notifier on every /me -/* if(type == KVI_OUT_HIGHLIGHT) + if(type == KVI_OUT_HIGHLIGHT) { -*/ if(!pOut->hasAttention()) { if(KVI_OPTION_BOOL(KviOption_boolFlashWindowOnHighlightedMessages)) @@ -1446,7 +1444,7 @@ void KviServerParser::parseCtcpRequestAction(KviCtcpMessage *msg) g_pApp->notifierMessage(pOut,KVI_OPTION_MSGTYPE(KVI_OUT_ACTION).pixId(),szMsg,90); } } -// } + } if(bTargetFound) { |
