]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - tasks/plugin.rake
readme: added build status image
[user/henk/code/ruby/rbot.git] / tasks / plugin.rake
index f781481e89704f34b1c78cbe465bfca181708e79..ffdb23de5a64e8c15d275fc6a596fba1c55185f4 100644 (file)
@@ -16,7 +16,7 @@ class #{class_name} < Plugin
     when 'hello'
       _("hello, this is an example topic of my new plugin! :)")
     else
-      _("#{plugin_name} plugin  topics: %{list}") % {
+      _("#{plugin_name} plugin - topics: %{list}") % {
         :list => topics.join(", ")
       }
     end
@@ -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