Changeset 266

Show
Ignore:
Timestamp:
05/20/06 18:47:55 (3 years ago)
Author:
stillflame
Message:

- added notes on hacking

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tools/irc/README

    r265 r266  
    1010Make a database in postgres and pipe schema.pg.sql into it. 
    1111Copy database.yml-example to database.yml and edit it to fit. 
    12 Initialize your rbot environment by running `rbot your.irc.server` 
     12Initialize your rbot environment by running `rbot some.irc.server`. 
    1313 
     14Synopsis 
     15======== 
     16 
     17    b = BogswiddleBot.new 'irc.freenode.net' 
     18    t = Thread.new {b.mainloop} 
     19 
     20Todo 
     21==== 
     22 
     23 * figure out how to hook up logging and message receiving and the 
     24    database and all that.  the pieces are there now. 
     25 * figure out how to save trac feed configuration