This repository has been archived on 2025-03-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
curunir/config.py.default
Matthias Schiffer 0277a779c9 Added modules
2010-05-02 20:31:34 +02:00

10 lines
135 B
Text

config = {
'jid': '',
'password': '',
'cacertfile': '',
'rooms': [],
'nick': '',
'modules': []
}