This commit is contained in:
lukeroge 2012-02-26 19:51:54 +13:00
parent 475ef0ebbc
commit dcdc3341e3

View file

@ -18,7 +18,7 @@ def quit(inp, input=None, db=None, notice=None):
notice("Only bot admins can use this command!")
return
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:
input.conn.send("QUIT :Kill switch activated by "+input.nick+" (no reason)")
time.sleep(3)