]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/cal.rb
rss plugin: don't claim to be using old data when we don't
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / cal.rb
index bfac39e5be1f77db366e50bd16d761be10ee449c..9190f8e9dbbefb8f10149fa11c0e8c254c8bbf72 100644 (file)
@@ -1,6 +1,6 @@
 class CalPlugin < Plugin
   Config.register Config::StringValue.new('cal.path',
-     :default => '/usr/bin/cal',
+     :default => 'cal',
      :desc => _('Path to the cal program'))
 
   def help(plugin, topic="")