diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-06-30 15:55:23 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-06-30 16:00:35 +0200 |
commit | c7d8c8208498a2072f8e37e02790e8db74ba8ed2 (patch) | |
tree | 3484c254a6d17445231aa9317462da221d80eeb9 /data/rbot/plugins/cal.rb | |
parent | 5e79114beb906784e5f72c42127ade5036aef19e (diff) |
* external execute plugin default to non-absolute paths
Diffstat (limited to 'data/rbot/plugins/cal.rb')
-rw-r--r-- | data/rbot/plugins/cal.rb | 2 |
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="") |