Mercurial > hg > octave-lyh
diff gui/src/qirc/IRCClientImpl.h @ 13600:aa4e5bed1750
Automatically changing nick when logging in to server.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Mon, 15 Aug 2011 03:20:55 +0200 |
parents | e67616aca5a6 |
children | 3a1ba08ad392 |
line wrap: on
line diff
--- a/gui/src/qirc/IRCClientImpl.h +++ b/gui/src/qirc/IRCClientImpl.h @@ -283,6 +283,7 @@ const QString& nickname (); bool isConnected (); + bool isLoggedIn (); const QHostAddress& host(); int port(); IRCChannelProxyInterface *ircChannelProxy(const QString& channel); @@ -315,6 +316,7 @@ int m_port; QString m_nickname; bool m_connected; + bool m_loggedIn; QTcpSocket m_tcpSocket; QMap<QString, IRCChannelProxyInterface*> m_channels; };