From e6937241c0617290cc35ef05f5c4dc9e01280596 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Tue, 3 Jul 2012 01:47:59 +0200 Subject: [PATCH] Fix wording and formatting --- ircd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircd.py b/ircd.py index 98c2dc2..1f740d5 100755 --- a/ircd.py +++ b/ircd.py @@ -109,7 +109,7 @@ class client: pass self.end() self.listener.select_inputs = remove_from_list(self.listener.select_inputs, self.stream) - print "NOTICE: Client disconnected due to socket error" + print "NOTICE: Client disconnected, possibly due to socket error" def send_global_notice(self, notice): self.send_chunk(":%s NOTICE %s" % (config_ownhost, notice))