From 25e644cd2e226e624579149400207a9d003a32a2 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 2 Jul 2010 13:19:48 +0200 Subject: figlet plugin: never prepend nick --- data/rbot/plugins/figlet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/rbot/plugins/figlet.rb b/data/rbot/plugins/figlet.rb index 8cbdbfd2..700730f4 100644 --- a/data/rbot/plugins/figlet.rb +++ b/data/rbot/plugins/figlet.rb @@ -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 -- cgit v1.2.3