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 | 8c73153339d2e28bf0bc527504638512888cb696 (patch) | |
tree | 353fc6ede9e48a91e1d4c8806f42ea1598c671f8 | |
parent | 1a7bfc808a7e042c11cea3ef85a67ed0e1fd12d9 (diff) |
//reaktor/IRC/asybot.py: be less verbose
-rwxr-xr-x | IRC/asybot.py | 2 |
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) |