X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=blobdiff_plain;f=commands.py;h=8c22d293a09429aa2fab542f132376c17b1cb4e0;hp=19f8c4b6327f9c577c6792fd91370603cd0d1c5a;hb=bb1000c70ac241b39114882edca18a4c4fa84c6c;hpb=30d4a98347868e23712ffa5f85fd473cc394ef65 diff --git a/commands.py b/commands.py index 19f8c4b..8c22d29 100755 --- a/commands.py +++ b/commands.py @@ -125,6 +125,7 @@ def slashq(bot, cmd, nick, conn, public, cfg): return me = bot.connection.get_nickname() slash_msg = random.choice(fishlist) + fishpond.last=slash_msg # The bot won't slash people with themselves if irc_lower(who[0]) == irc_lower(who[1]): conn.notice(nick, "oooooh no missus!")