mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
irc: remove ping log
This commit is contained in:
parent
4b0d855eb0
commit
c096f9d6e3
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ class IRCNetwork(Network):
|
|||
#ScanWho(None,[chan])
|
||||
|
||||
if data.find ( 'PING' ) == 0:
|
||||
log_log('Got PING, replying PONG')
|
||||
self.last_ping_time = time.time()
|
||||
self._irc_sendmsg ( 'PONG ' + data.split() [ 1 ])
|
||||
return True
|
||||
|
|
Loading…
Reference in a new issue