]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/cal.rb
remove whitespace
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / cal.rb
index bfac39e5be1f77db366e50bd16d761be10ee449c..c649084a14394df93cc2306b7f9df11bce0d22b1 100644 (file)
@@ -1,12 +1,12 @@
 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="")
     "cal [month year] => show current calendar [optionally specify month and year]"
   end
-  
+
   def cal_path
     @bot.config["cal.path"]
   end