Mercurial > hg > octave-lyh
changeset 13593:fe30859fb540
IRC send messages are being displayed.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Thu, 04 Aug 2011 10:46:59 +0200 |
parents | 83e83a704383 |
children | b45d772bafbb |
files | gui/src/qirc/IRCClientImpl.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/src/qirc/IRCClientImpl.cpp +++ b/gui/src/qirc/IRCClientImpl.cpp @@ -429,7 +429,7 @@ void IRCClientImpl::sendLine (const QString &line) { - emit debugMessage (QString ("<<<send: \"%1\"").arg (line)); + emit debugMessage (QString (">>>send: \"%1\"").arg (line)); if (m_connected) m_tcpSocket.write ((line + "\r\n").toStdString ().c_str ()); }