summaryrefslogtreecommitdiffstats
path: root/Reaktor
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2012-01-04 13:09:05 +0100
committermakefu <github@syntax-fehler.de>2012-01-04 13:09:05 +0100
commita7f3e59a37f6b59738fe33d7e3d0953f8461f361 (patch)
treed83b4f994bf7ba54ed03ad674b336fab42bc4481 /Reaktor
parentd67c6825b2d5f7ab6a66858fbe93194650ef57b2 (diff)
parent91d6fc8971483bf8e1fed7d649f966d180e23956 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'Reaktor')
-rwxr-xr-xReaktor/IRC/asybot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/IRC/asybot.py b/Reaktor/IRC/asybot.py
index 99cb2fe6..657cee40 100755
--- a/Reaktor/IRC/asybot.py
+++ b/Reaktor/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)