From: Giuseppe Bilotta Date: Tue, 27 Jan 2009 13:15:07 +0000 (+0100) Subject: hangman plugin: tell who nailed the word/killed the guy X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=106501b21d8dd11ae976d646c0dcc0bc856a392c;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git hangman plugin: tell who nailed the word/killed the guy --- 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