mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Quit should noReply.
This commit is contained in:
parent
7f5af21732
commit
b0f12ac0c5
@ -502,6 +502,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
|
|||||||
text = privmsgs.getArgs(args, required=0, optional=1)
|
text = privmsgs.getArgs(args, required=0, optional=1)
|
||||||
if not text:
|
if not text:
|
||||||
text = msg.nick
|
text = msg.nick
|
||||||
|
irc.noReply()
|
||||||
m = ircmsgs.quit(text)
|
m = ircmsgs.quit(text)
|
||||||
world.upkeep()
|
world.upkeep()
|
||||||
for irc in world.ircs[:]:
|
for irc in world.ircs[:]:
|
||||||
|
Loading…
Reference in New Issue
Block a user