mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Dumb, error.
This commit is contained in:
parent
1b10c0ad26
commit
9ceb89c254
@ -462,7 +462,8 @@ class Relay(callbacks.Privmsg):
|
||||
else:
|
||||
network = ''
|
||||
# colorize nicks
|
||||
if self.registryValue('color', channel):
|
||||
color = self.registryValue('color', channel) # Also used further down.
|
||||
if color:
|
||||
nick = ircutils.IrcString(nick)
|
||||
newnick = ircutils.mircColor(nick, *ircutils.canonicalColor(nick))
|
||||
colors = ircutils.canonicalColor(nick, shift=4)
|
||||
|
Loading…
Reference in New Issue
Block a user