From 6f0ceed34c8fff40f1de426587ae6bd4d9250baf Mon Sep 17 00:00:00 2001 From: Juhani Haverinen Date: Mon, 15 Jun 2015 00:29:58 +0300 Subject: [PATCH] Added ZWSP to die rolls --- botcmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botcmd.py b/botcmd.py index 97387b8..a8f597f 100644 --- a/botcmd.py +++ b/botcmd.py @@ -589,7 +589,7 @@ def parse((line, irc)): elif plus < 0: text = '%i (%s - %i)' % (result + plus, text, -plus) - irc.msg(reply, text) + irc.msg(reply, zwsp + text) elif line[1] == '330': # WHOIS: is logged in as whoisnick = line[3] account = line[4]