mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-04 09:21:12 -05:00
RelayNext: don't unconditionally lowercase netname when formatting
This commit is contained in:
parent
843d17b5c0
commit
310b14c2ed
@ -120,7 +120,7 @@ class RelayNext(callbacks.Plugin):
|
||||
noHighlight = self.registryValue('noHighlight', channel)
|
||||
useHostmask = self.registryValue('hostmasks', channel)
|
||||
color = self.registryValue('color', channel)
|
||||
netname = irc.network.lower()
|
||||
netname = irc.network
|
||||
|
||||
if color:
|
||||
nick = self.simpleHash(nick)
|
||||
|
Loading…
x
Reference in New Issue
Block a user