Rename script.

This commit is contained in:
AZ Huang 2013-12-01 23:20:20 +08:00
parent 378cafc8fe
commit 6e9d160d00
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class SyncBot(Tox):
CHANNEL, line, re.S)
if rx:
msg = '%s> %s' % rx.groups()
print 'IRC> %s' % msg
print('IRC> %s' % msg)
self.sent = msg
if self.tox_group_id != None: