diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-08-18 10:45:21 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-08-18 10:45:21 +0200 |
commit | d80339ee8ba83f88571f17b815087ff87c5e3490 (patch) | |
tree | 3d56baf011a1446d70db08e8e5121c4b698ebda5 | |
parent | ff7cdac8fc918a6ad280153e9487cd4cb0f2fae4 (diff) |
Plugin rake task: specify the path the plugin was written to
-rw-r--r-- | tasks/plugin.rake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |