diff options
author | makefu <github@syntax-fehler.de> | 2012-01-04 13:09:05 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2012-01-04 13:09:05 +0100 |
commit | a7f3e59a37f6b59738fe33d7e3d0953f8461f361 (patch) | |
tree | d83b4f994bf7ba54ed03ad674b336fab42bc4481 /Reaktor/IRC/asybot.py | |
parent | d67c6825b2d5f7ab6a66858fbe93194650ef57b2 (diff) | |
parent | 91d6fc8971483bf8e1fed7d649f966d180e23956 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'Reaktor/IRC/asybot.py')
-rwxr-xr-x | Reaktor/IRC/asybot.py | 2 |
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) |