public
Description: An extensible bot for the Campfire web-based chat system #crc
Homepage:
Clone URL: git://github.com/timriley/campfire-bot.git
rename method
timriley (author)
Thu Oct 30 23:07:19 -0700 2008
commit  784269bfa6097efe6fbb112f727c7c979638f60d
tree    9135c64cee35a0015386f251cd07c989a92eb5bd
parent  6fce4bfdf4fc27294caa28e9265011719e3f79fe
...
18
19
20
21
 
22
23
24
...
18
19
20
 
21
22
23
24
0
@@ -18,7 +18,7 @@ class Boop < CampfireBot::Plugin
0
   end
0
   
0
   def listen(msg)
0
-    add_words(msg[:message])
0
+    add_line(msg[:message])
0
   end
0
   
0
   def random_chatter(msg)

Comments