public
Description: An extensible bot for the Campfire web-based chat system #crc
Homepage:
Clone URL: git://github.com/timriley/campfire-bot.git
make the help plugin inherit from the right class
timriley (author)
Mon Nov 24 04:58:45 -0800 2008
commit  74ebc42c9a4a271a6e17204c9cc0db2d9964f537
tree    4b097cd391767e191bc9ebe049393e12911b2369
parent  ec6c71210ae544872efb1c1f62da7a176d30e8bf
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@
0
 # rest of the sytem plugins should be allowed. Should they only be allowed to operate in their own
0
 # sandbox, or reach into the list of registered plugins like this one does?
0
 
0
-class Help < PluginBase
0
+class Help < CampfireBot::Plugin
0
   on_command 'help', :help
0
     
0
   def help(msg)

Comments