durp
This commit is contained in:
parent
475ef0ebbc
commit
dcdc3341e3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def quit(inp, input=None, db=None, notice=None):
|
||||||
notice("Only bot admins can use this command!")
|
notice("Only bot admins can use this command!")
|
||||||
return
|
return
|
||||||
if inp:
|
if inp:
|
||||||
input.conn.send("QUIT :Kill switch activated by "+input.nick+" (" + inp + ")"
|
input.conn.send("QUIT :Kill switch activated by "+input.nick+" (" + inp + ")")
|
||||||
else:
|
else:
|
||||||
input.conn.send("QUIT :Kill switch activated by "+input.nick+" (no reason)")
|
input.conn.send("QUIT :Kill switch activated by "+input.nick+" (no reason)")
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
|
|
Reference in a new issue