]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/figlet.rb
webhook: typo preventing unwatch
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / figlet.rb
index 8cbdbfd2d760cfbb0363ff0d0b79bf5fe0e2826e..700730f416b6621177c45cceda4d50167bdfecea 100644 (file)
@@ -122,7 +122,7 @@ class FigletPlugin < Plugin
     exec_params = [send(:"#{key}_path")] + @params[key] + [message]
 
     # run the program
-    m.reply strip_first_last_empty_line(Utils.safe_exec(*exec_params)), :max_lines => 0
+    m.reply strip_first_last_empty_line(Utils.safe_exec(*exec_params)), :max_lines => 0, :nick => false
   end
   alias :toilet :figlet