Fix fatal typo

This commit is contained in:
xnrand 2013-11-03 11:52:14 +01:00
parent 0f17ca6637
commit 9765c276c6

View File

@ -1992,7 +1992,7 @@ def see(cli, nick, rest):
else: else:
if matches != 1: if matches != 1:
pm(cli, nick,"\u0002{0}\u0002 is currently not playing.".format(victim)) pm(cli, nick,"\u0002{0}\u0002 is currently not playing.".format(victim))
returnj return
victim = pl[pll.index(target)] victim = pl[pll.index(target)]
if victim == nick: if victim == nick:
pm(cli, nick, "Seeing yourself would be a waste.") pm(cli, nick, "Seeing yourself would be a waste.")