mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +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):
|
def doInvite(self, irc, msg):
|
||||||
if ircutils.strEqual(
|
if ircutils.strEqual(
|
||||||
msg.nick, self.registryValue('ChanServ', etwork=irc.network)):
|
msg.nick, self.registryValue('ChanServ', network=irc.network)):
|
||||||
channel = msg.args[1]
|
channel = msg.args[1]
|
||||||
on = 'on %s' % irc.network
|
on = 'on %s' % irc.network
|
||||||
networkGroup = conf.supybot.networks.get(irc.network)
|
networkGroup = conf.supybot.networks.get(irc.network)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user