mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Fixed tinyz0r bug in _canonicalizeName.
This commit is contained in:
parent
3bd50b1d6a
commit
1232cc06c8
@ -88,7 +88,7 @@ class Config(callbacks.Privmsg):
|
|||||||
irc.error(str(e))
|
irc.error(str(e))
|
||||||
|
|
||||||
def _canonicalizeName(self, name):
|
def _canonicalizeName(self, name):
|
||||||
if not name.startswith('supybot.'):
|
if not name.startswith('supybot'):
|
||||||
name = 'supybot.' + name
|
name = 'supybot.' + name
|
||||||
return name
|
return name
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user