Changeset 124 for randomchat/config-example.py
- Timestamp:
- 10/30/07 23:26:58 (3 years ago)
- Files:
-
- 1 modified
-
randomchat/config-example.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
randomchat/config-example.py
r99 r124 3 3 SERVER = 'example.com' 4 4 PORT = 5347 5 6 NICK_GUEST = 'inconnu(e)' 7 8 DB_MODULE = 'sqlite' 9 SQLITE_DB = 'randomchat.db'
