mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
liquidx is cool.
This commit is contained in:
parent
47d81547aa
commit
a20f742417
@ -237,8 +237,10 @@ class Enforcer(callbacks.Privmsg):
|
||||
def doPart(self, irc, msg):
|
||||
if msg.prefix != irc.prefix:
|
||||
channel = msg.args[0]
|
||||
if len(irc.state.channels[channel].users) == 1:
|
||||
self._cycle(irc, channel)
|
||||
c = irc.state.channels[channel]
|
||||
if len(c.users) == 1:
|
||||
if irc.nick not in c.ops:
|
||||
self._cycle(irc, channel)
|
||||
|
||||
def doQuit(self, irc, msg):
|
||||
for (channel, c) in irc.state.channels.iteritems():
|
||||
|
Loading…
Reference in New Issue
Block a user