summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/cal.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-30 15:55:23 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-30 16:00:35 +0200
commitc7d8c8208498a2072f8e37e02790e8db74ba8ed2 (patch)
tree3484c254a6d17445231aa9317462da221d80eeb9 /data/rbot/plugins/cal.rb
parent5e79114beb906784e5f72c42127ade5036aef19e (diff)
* external execute plugin default to non-absolute paths
Diffstat (limited to 'data/rbot/plugins/cal.rb')
-rw-r--r--data/rbot/plugins/cal.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/cal.rb b/data/rbot/plugins/cal.rb
index bfac39e5..9190f8e9 100644
--- a/data/rbot/plugins/cal.rb
+++ b/data/rbot/plugins/cal.rb
@@ -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="")