summaryrefslogtreecommitdiff
blob: 8bbb78be966c23e0100e3a01d742f9ea5e8561e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
From: Nathan Phillip Brink <binki@gentoo.org>
Subject: Reduce amount of noise printed to stdout.

--- a/source/Utils.C
+++ b/source/Utils.C
@@ -97,7 +97,6 @@
       if (host == "") host = "*";
     }
 
-  std::cout << nick + "!" + user + "@" + host << std::endl;
   
   return nick + "!" + user + "@" + host;
 }