From 106501b21d8dd11ae976d646c0dcc0bc856a392c Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 27 Jan 2009 14:15:07 +0100 Subject: hangman plugin: tell who nailed the word/killed the guy --- data/rbot/plugins/games/hangman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/rbot/plugins/games/hangman.rb b/data/rbot/plugins/games/hangman.rb index 197d60e9..423cfe0c 100644 --- a/data/rbot/plugins/games/hangman.rb +++ b/data/rbot/plugins/games/hangman.rb @@ -217,7 +217,7 @@ class HangmanPlugin < Plugin str = "you've killed the poor guy :(" end - m.reply "#{str} go #{Bold}again#{Bold}?" + m.reply "#{str} go #{Bold}again#{Bold}?", :nick => true @games.delete(source) end -- cgit v1.2.3