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