diff options
Diffstat (limited to 'lib/IRC.cc')
-rw-r--r-- | lib/IRC.cc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -215,12 +215,10 @@ void IRC::MainLoop() { cerr << "Trying the login sequence..." << endl; sock << "NICK " << nick << endhl; sock << "USER " << user << " 8 * :" << name << endhl; -// sock << "JOIN #linuxdjeunz" << endhl; loginsequence = 0; } sock >> line; if ((code = Parse(line))) { -// sock << "PRIVMSG #phear.org : Unparsable: " << line << endhl; cerr << "Unparsable: " << line << endl; } |