blob: 8bbb78be966c23e0100e3a01d742f9ea5e8561e3 [file] [log] [blame]
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;
}