From 01730bc94ff5e6cbfb6d69c817e99118eb5bd105 Mon Sep 17 00:00:00 2001 From: Jimmy Cao Date: Sat, 10 Sep 2011 17:37:38 -0500 Subject: [PATCH] fix autorestart after kick due to excess flood --- wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfgame.py b/wolfgame.py index f875922..6af4fba 100644 --- a/wolfgame.py +++ b/wolfgame.py @@ -2227,7 +2227,7 @@ def start(cli, nick, chan, rest): @hook("error") def on_error(cli, pfx, msg): if msg.endswith("(Excess Flood)"): - restart_program(cli, "excess flood") + restart_program(cli, "excess flood", "") elif msg.startswith("Closing Link:"): raise SystemExit