aboutsummaryrefslogtreecommitdiffstats
path: root/IRC/asybot.py
diff options
context:
space:
mode:
Diffstat (limited to 'IRC/asybot.py')
-rwxr-xr-xIRC/asybot.py2
1 files changed, 1 insertions, 1 deletions
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)