mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Possible fix for the dumb bug from dumb servers who put dumb dots in the dumb channels's dumb name.
This commit is contained in:
parent
ed14dcb9c5
commit
6f336f297e
@ -166,6 +166,7 @@ class ChannelLogger(callbacks.Privmsg):
|
||||
log.write(' ')
|
||||
|
||||
def normalizeChannel(self, irc, channel):
|
||||
channel = channel.replace('.', ',')
|
||||
if self.registryValue('includeNetworkName', channel):
|
||||
channel = '%s@%s' % (channel, irc.network)
|
||||
return ircutils.toLower(channel)
|
||||
|
Loading…
Reference in New Issue
Block a user