public
Description: An extensible bot for the Campfire web-based chat system #crc
Homepage:
Clone URL: git://github.com/timriley/campfire-bot.git
getting some more ideas down on paper
timriley (author)
Fri Oct 17 04:59:28 -0700 2008
commit  b7b38b224bb1d78673005cea0a2c19b7869cdd4a
tree    95d7fa54673d329432e6563ce19ce8ce188c0667
parent  139e2ff385264228bac515e1a6a8342e16bf7cf7
0
...
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
0
@@ -1,3 +1,11 @@
0
+- multi-room support
0
+
0
+- gem-ify the bot and have it provide an executable to generate an application directory 
0
+  like rails
0
+
0
+- move the plugins into their own repository and provide a way for them to be installed 
0
+  into the app dir above (like script/plugin install)
0
+
0
 - use a message handler chain in the same way that activesupport uses callback chains.
0
 
0
 - provide a way for plugins to buffer themselves, so they don't run too many times

Comments