[###cards] → ###cards, for real this time

This commit is contained in:
Juhani Krekelä 2019-05-10 19:34:04 +03:00
parent 8b681669d1
commit ee7d3baa9e
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class GameLoop(threading.Thread):
line_len += len(part) + 1
if len(line) > 0:
self.irc.send_raw(b'NOTICE %s :[%s] %s' % (recipient, self.irc_chan, b' '.join(line)))
self.irc.send_raw(b'NOTICE %s :%s %s' % (recipient, self.irc_chan, b' '.join(line)))
def get_event(self):
event = self.chan.recv()