Added ZWSP to die rolls

This commit is contained in:
Juhani Haverinen 2015-06-15 00:29:58 +03:00
parent b61df84841
commit 6f0ceed34c
1 changed files with 1 additions and 1 deletions

View File

@ -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]