From ec7f2208c99dab2c06f59e764be3bd1c2a2b6b97 Mon Sep 17 00:00:00 2001 From: Jeix Date: Sun, 24 Oct 2010 19:15:12 +0200 Subject: closed #170 --- module/plugins/hooks/IRCInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks/IRCInterface.py') diff --git a/module/plugins/hooks/IRCInterface.py b/module/plugins/hooks/IRCInterface.py index 404cf407a..dc868ede9 100644 --- a/module/plugins/hooks/IRCInterface.py +++ b/module/plugins/hooks/IRCInterface.py @@ -118,7 +118,7 @@ class IRCInterface(Thread, Hook): first = line.split() if(first[0] == "PING"): - self.sock.send("PING %s\r\n" % first[1]) + self.sock.send("PONG %s\r\n" % first[1]) if first[0] == "ERROR": raise IRCError(line) -- cgit v1.2.3