From 6e75d722a918654642d01b52018b97e84bee3180 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 10 Mar 2008 23:51:00 +0100 Subject: svn import left spurious lib/rbot/plugins hanging around --- lib/rbot/plugins/cal.rb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 lib/rbot/plugins/cal.rb (limited to 'lib/rbot/plugins/cal.rb') diff --git a/lib/rbot/plugins/cal.rb b/lib/rbot/plugins/cal.rb deleted file mode 100644 index 4f28310b..00000000 --- a/lib/rbot/plugins/cal.rb +++ /dev/null @@ -1,15 +0,0 @@ -class CalPlugin < Plugin - def help(plugin, topic="") - "cal [options] => show current calendar [unix cal options]" - end - def cal(m, params) - if params.has_key?(:month) - m.reply Utils.safe_exec("cal", params[:month], params[:year]) - else - m.reply Utils.safe_exec("cal") - end - end -end -plugin = CalPlugin.new -plugin.map 'cal :month :year', :requirements => {:month => /^\d+$/, :year => /^\d+$/} -plugin.map 'cal' -- cgit v1.2.3