diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-01-27 14:15:07 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-01-27 14:15:07 +0100 |
commit | 106501b21d8dd11ae976d646c0dcc0bc856a392c (patch) | |
tree | 8267042d4c39561c06f0f58082b4fdad1a2777e2 /data/rbot/plugins/games/hangman.rb | |
parent | 936b5b6efdb79a888848b606b09dd361b0d9cda0 (diff) |
hangman plugin: tell who nailed the word/killed the guy
Diffstat (limited to 'data/rbot/plugins/games/hangman.rb')
-rw-r--r-- | data/rbot/plugins/games/hangman.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |