From d80339ee8ba83f88571f17b815087ff87c5e3490 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 18 Aug 2010 10:45:21 +0200 Subject: [PATCH] Plugin rake task: specify the path the plugin was written to --- tasks/plugin.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/plugin.rake b/tasks/plugin.rake index f781481e..2a572786 100644 --- a/tasks/plugin.rake +++ b/tasks/plugin.rake @@ -47,7 +47,7 @@ plugin.map "#{plugin_name} [:arg]", :action => 'example' f << plugin_template end - puts "Plugin skeleton for #{class_name} written!" + puts "Plugin skeleton for #{class_name} written to #{file_path}!" puts "Now issue `rescan` on the bot and use the command `help #{plugin_name}` to see that the plugin works." puts end -- 2.39.2