mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Services: Fix typo in doInvite() (#1394)
This commit is contained in:
parent
130ceede57
commit
143cd9d506
@ -494,7 +494,7 @@ class Services(callbacks.Plugin):
|
||||
|
||||
def doInvite(self, irc, msg):
|
||||
if ircutils.strEqual(
|
||||
msg.nick, self.registryValue('ChanServ', etwork=irc.network)):
|
||||
msg.nick, self.registryValue('ChanServ', network=irc.network)):
|
||||
channel = msg.args[1]
|
||||
on = 'on %s' % irc.network
|
||||
networkGroup = conf.supybot.networks.get(irc.network)
|
||||
|
Loading…
Reference in New Issue
Block a user