diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-07-31 01:21:02 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-07-31 01:21:02 +0000 |
commit | adb719c8e886fead559802bfce868ddfce001a80 (patch) | |
tree | b9b45ad201f3fa48cd7b5432195d0b62849f19cb /lib/rbot/plugins.rb | |
parent | d30940cb5ff75cf7eab81f6a588b3b5297a762ad (diff) |
Sun Jul 31 02:20:08 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
* Updated docgen to generate rdoc again with the new repo structure
* added new restart command to the core bot, quits irc and reexecs the
bot, to pick up new code/libraries etc.
Diffstat (limited to 'lib/rbot/plugins.rb')
-rw-r--r-- | lib/rbot/plugins.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbot/plugins.rb b/lib/rbot/plugins.rb index d4e5be9f..ba01aa7d 100644 --- a/lib/rbot/plugins.rb +++ b/lib/rbot/plugins.rb @@ -1,4 +1,5 @@ module Irc +module Plugins require 'rbot/messagemapper' # base class for all rbot plugins @@ -284,3 +285,4 @@ module Irc end end +end |