mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Forgot an irc.
This commit is contained in:
parent
179fc87866
commit
2d4f625b83
@ -260,7 +260,7 @@ class Channel(callbacks.Privmsg):
|
||||
"""
|
||||
self._sendMsg(irc, ircmsgs.part(channel, msg.nick))
|
||||
networkGroup = conf.supybot.networks.get(irc.network)
|
||||
self._sendMsg(networkGroup.channels.join(channel))
|
||||
self._sendMsg(irc, networkGroup.channels.join(channel))
|
||||
cycle = wrap(cycle, [('checkChannelCapability','op')])
|
||||
|
||||
def kick(self, irc, msg, args, channel, nick, reason):
|
||||
|
Loading…
Reference in New Issue
Block a user