Rename script.
This commit is contained in:
parent
378cafc8fe
commit
6e9d160d00
@ -79,7 +79,7 @@ class SyncBot(Tox):
|
|||||||
CHANNEL, line, re.S)
|
CHANNEL, line, re.S)
|
||||||
if rx:
|
if rx:
|
||||||
msg = '%s> %s' % rx.groups()
|
msg = '%s> %s' % rx.groups()
|
||||||
print 'IRC> %s' % msg
|
print('IRC> %s' % msg)
|
||||||
self.sent = msg
|
self.sent = msg
|
||||||
|
|
||||||
if self.tox_group_id != None:
|
if self.tox_group_id != None:
|
Loading…
Reference in New Issue
Block a user