[Konversation-devel] [Bug 133169] "/ctcp $nick version" outputs a requesting ctcp version message wheras right-clicking on a nick and selecting version does not
Eike Hein
sho at eikehein.com
Tue Aug 29 13:56:19 CEST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=133169
sho eikehein com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From sho eikehein com 2006-08-29 13:56 -------
SVN commit 578457 by hein:
Make CTCP input box command and context menu action behave consistently.
BUG:133169
M +2 -3 channel.cpp
M +1 -1 commit.h
--- trunk/extragear/network/konversation/src/channel.cpp #578456:578457
@ -482,8 +482,7 @
raw=true;
break;
case Konversation::Version:
- pattern="PRIVMSG %u :\x01VERSION\x01";
- raw=true;
+ pattern=cc+"CTCP %u VERSION";
break;
case Konversation::Whois:
pattern="WHOIS %u %u";
@ -501,7 +500,7 @
case Konversation::Ping:
{
unsigned int time_t = QDateTime::currentDateTime().toTime_t();
- pattern=QString(Preferences::commandChar()+"CTCP %u PING %1").arg(time_t);
+ pattern=QString(cc+"CTCP %u PING %1").arg(time_t);
}
break;
case Konversation::Kick:
--- trunk/extragear/network/konversation/src/commit.h #578456:578457
@ -1,4 +1,4 @
// This COMMIT number is added to version string to be used as "patch level"
#ifndef COMMIT
-#define COMMIT 3148
+#define COMMIT 3149
#endif
More information about the Konversation-devel
mailing list