Changeset 266
- Timestamp:
- 05/20/06 18:47:55 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tools/irc/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/irc/README
r265 r266 10 10 Make a database in postgres and pipe schema.pg.sql into it. 11 11 Copy database.yml-example to database.yml and edit it to fit. 12 Initialize your rbot environment by running `rbot your.irc.server`12 Initialize your rbot environment by running `rbot some.irc.server`. 13 13 14 Synopsis 15 ======== 16 17 b = BogswiddleBot.new 'irc.freenode.net' 18 t = Thread.new {b.mainloop} 19 20 Todo 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
