[Konversation-devel] [Bug 137779] konversation ignores aliases during connect (called by 'commands' option in network tab)
Eike Hein
hein at kde.org
Thu Nov 23 19:00:29 CET 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=137779
hein kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From hein kde org 2006-11-23 19:00 -------
SVN commit 607213 by hein:
Support command aliases in network connect commands.
BUG:137779
M +1 -0 ChangeLog
M +2 -1 src/server.cpp
--- trunk/extragear/network/konversation/ChangeLog #607212:607213
@ -43,6 +43,7 @
position rather than the end of the input line contents.
- Fixed bug leading to crash upon initiating DCC Chat when "Focus new tabs"
was enabled.
+- Support command aliases in network connect commands.
-------------------------------------------------------------------------------
Changes from 1.0 to 1.0.1
--- trunk/extragear/network/konversation/src/server.cpp #607212:607213
@ -974,7 +974,8 @
{
QString output(*iter);
output = output.simplifyWhiteSpace();
- Konversation::OutputFilterResult result = outputFilter->parse(getNickname(),output,QString::null);
+ getOutputFilter()->replaceAliases(output);
+ Konversation::OutputFilterResult result = getOutputFilter()->parse(getNickname(),output,QString::null);
queue(result.toServer);
}
}
More information about the Konversation-devel
mailing list