123456789101112131415161718 |
- {
- "__pybot_conf":{
- "db_type": "sqlite"
- },
- "irc.zero9f9.com": {
- "channels": [
- "#development"
- ],
- "port":"6667",
- "nick": "testohai",
- "ircpass": "password",
- "owner": "hlmtre",
- "dbusername": "pybot",
- "dbpass": "password",
- "dbname": "pybot"
- }
- }
|