1
0
mirror of https://github.com/Syncplay/syncplay synced 2025-03-11 06:07:53 +00:00

Merge pull request from HarHar/master

Fix syntax
This commit is contained in:
Uriziel 2013-01-25 12:43:08 -08:00
commit 1aad0ee586

View File

@ -76,7 +76,7 @@ class Bot(object):
try:
self.sock.send(s.encode('utf8') + '\r\n')
except socket.error, info:
bot.active = False
self.active = False
print '\033[91mSocket error (bot disconnected)\033[0;0m ' + str(info)
break
def msg(self, who, message):