summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/cal.rb
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-07-28 23:55:59 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-07-28 23:55:59 +0000
commit8caeee3853ef66dd0e326ff17906f9ca544b8a35 (patch)
tree03faa650efa4ca6ed11bcc4faec1f2ee4ab3a9dc /data/rbot/plugins/cal.rb
parentda8e3efa6400c25f4e572c4187a15a37c72af6b8 (diff)
Thu Jul 28 23:45:26 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Reworked the Timer module. The Timer now has a smart thread manager to start/stop the tick() thread. This means the timer isn't called every 0.1 seconds to see what needs doing, which is much more efficient * reworked the ircsocket queue mechanism to use a Timer * reworked the nickserv plugin to use maps * made server.reconnect_wait configurable * added Class tracing mechanism to bin/rbot, use --trace Classname for debugging
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 4f28310b..dd1d1538 100644
--- a/data/rbot/plugins/cal.rb
+++ b/data/rbot/plugins/cal.rb
@@ -1,6 +1,6 @@
class CalPlugin < Plugin
def help(plugin, topic="")
- "cal [options] => show current calendar [unix cal options]"
+ "cal [month year] => show current calendar [optionally specify month and year]"
end
def cal(m, params)
if params.has_key?(:month)