From ee7d3baa9ec7c36eddae579a849577755d454da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Fri, 10 May 2019 19:34:04 +0300 Subject: [PATCH] =?UTF-8?q?[###cards]=20=E2=86=92=20###cards,=20for=20real?= =?UTF-8?q?=20this=20time?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- botcmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botcmd.py b/botcmd.py index d4e1530..c203929 100644 --- a/botcmd.py +++ b/botcmd.py @@ -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()