Changeset 6d112bb9364e9329806c90f116ac30e3f1437a0c
- Timestamp:
- 03/16/10 16:54:17 (5 months ago)
- Author:
- Giuseppe Bilotta <giuseppe.bilotta@…>
- Children:
- ca51b3d47107c385fd6f7ece8893787179ac8acb
- Parents:
- d7cdc2a5ba4c3c54166d6bda982334dbc4e7de00
- git-author:
- Voker57 <voker57@gmail.com> 1268600950 +0300
- git-committer:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1268747657 +0100
- Message:
-
Moved DB stuff to registry/bdb
- Location:
- lib/rbot
- Files:
-
- 1 added
- 2 removed
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
|
ra1db667
|
r6d112bb
|
|
| 154 | 154 | require 'rbot/message' |
| 155 | 155 | require 'rbot/language' |
| 156 | | require 'rbot/dbhash' |
| 157 | | require 'rbot/registry' |
| | 156 | require 'rbot/registry/bdb' |
| 158 | 157 | |
| 159 | 158 | module Irc |