From 9765c276c627722323e7928771f6665c13099c3b Mon Sep 17 00:00:00 2001 From: xnrand Date: Sun, 3 Nov 2013 11:52:14 +0100 Subject: [PATCH] Fix fatal typo --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index cfd836e..7d776f1 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -1992,7 +1992,7 @@ def see(cli, nick, rest): else: if matches != 1: pm(cli, nick,"\u0002{0}\u0002 is currently not playing.".format(victim)) - returnj + return victim = pl[pll.index(target)] if victim == nick: pm(cli, nick, "Seeing yourself would be a waste.")