fixed pink text input being broken

This commit is contained in:
anon 2023-11-07 19:29:12 +01:00
parent 7a337ec828
commit d92b250f6b

@ -47,7 +47,7 @@ def hi_purpletext(modifier, s):
if modifier == 'irc_out1_PRIVMSG':
s = COLOR_PURPLE + s
else:
weechat.color("purple") + s
s = weechat.color("magenta") + s
return s
def hi_redtext(modifier, s):