diff options
author | EUcancER <root@euer.krebsco.de> | 2012-01-04 01:30:57 +0100 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2012-01-04 01:30:57 +0100 |
commit | 153aa86095c6f41d05f2a7abe5c1edbd195a0957 (patch) | |
tree | 49d1b7a9a239b029050bc8958a116e10277adf26 /Reaktor/IRC | |
parent | ac896e7aa28e70312dcc9a12c65d01713c49a55f (diff) |
//reaktor/IRC/asybot.py: be less verbose
Diffstat (limited to 'Reaktor/IRC')
-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) |