From 8c73153339d2e28bf0bc527504638512888cb696 Mon Sep 17 00:00:00 2001 From: EUcancER Date: Wed, 4 Jan 2012 01:30:57 +0100 Subject: //reaktor/IRC/asybot.py: be less verbose --- IRC/asybot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IRC/asybot.py') diff --git a/IRC/asybot.py b/IRC/asybot.py index 99cb2fe..657cee4 100755 --- a/IRC/asybot.py +++ b/IRC/asybot.py @@ -78,7 +78,7 @@ class asybot(asychat): if command == 'PING': self.push('PONG :%s' % rest) - log.info("Replying to servers PING with PONG :%s" %rest) + log.debug("Replying to servers PING with PONG :%s" %rest) elif command == 'PRIVMSG': self.on_privmsg(prefix, command, params, rest) -- cgit v1.2.3