fixed pink text input being broken
This commit is contained in:
parent
7a337ec828
commit
d92b250f6b
@ -47,7 +47,7 @@ def hi_purpletext(modifier, s):
|
|||||||
if modifier == 'irc_out1_PRIVMSG':
|
if modifier == 'irc_out1_PRIVMSG':
|
||||||
s = COLOR_PURPLE + s
|
s = COLOR_PURPLE + s
|
||||||
else:
|
else:
|
||||||
weechat.color("purple") + s
|
s = weechat.color("magenta") + s
|
||||||
return s
|
return s
|
||||||
|
|
||||||
def hi_redtext(modifier, s):
|
def hi_redtext(modifier, s):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user