summaryrefslogtreecommitdiff
path: root/lib/IRC.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IRC.cc')
-rw-r--r--lib/IRC.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/IRC.cc b/lib/IRC.cc
index bb7cbb6..c02101f 100644
--- a/lib/IRC.cc
+++ b/lib/IRC.cc
@@ -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;
}