]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/cal.rb
uno plugin: fix check for card presence
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / cal.rb
index 4f28310b60f640cd721eb0398302fb16e92eed98..dd1d1538a143826f4e010501655ba027a17f91e8 100644 (file)
@@ -1,6 +1,6 @@
 class CalPlugin < Plugin
   def help(plugin, topic="")
-    "cal [options] => show current calendar [unix cal options]"
+    "cal [month year] => show current calendar [optionally specify month and year]"
   end
   def cal(m, params)
     if params.has_key?(:month)