public
Description: An extensible bot for the Campfire web-based chat system #crc
Homepage:
Clone URL: git://github.com/timriley/campfire-bot.git
bug fixes
timriley (author)
Mon Oct 27 20:02:08 -0700 2008
commit  4e91bf8d2ebeee2d1b64f7693a468b5d154a986a
tree    2095b85b8de10760ef297584b575c21c5b937a9e
parent  a97eb60415f1954478998784cd911caa3deb1f58
...
70
71
72
73
 
74
75
76
...
70
71
72
 
73
74
75
76
0
@@ -70,7 +70,7 @@ module CampfireBot
0
       handles :times
0
   
0
       def initialize(*args)
0
-        @last_run = Time.now
0
+        @last_run = ::Time.now
0
         super(*args)
0
       end
0
   

Comments