mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
Fix commit b23480b9
. Closes GH-267.
This commit is contained in:
parent
348d1bd99c
commit
efd158da58
@ -965,7 +965,7 @@ class Irc(IrcCommandDispatcher):
|
||||
# Let's reset nicks in case we had to use a weird one.
|
||||
self.alternateNicks = conf.supybot.nick.alternates()[:]
|
||||
umodes = conf.supybot.protocols.irc.umodes()
|
||||
supported = self.supported.get('umodes')
|
||||
supported = self.state.supported.get('umodes')
|
||||
if umodes:
|
||||
addSub = '+'
|
||||
if umodes[0] in '+-':
|
||||
|
Loading…
Reference in New Issue
Block a user