Added modules

This commit is contained in:
Matthias Schiffer 2010-05-02 20:28:17 +02:00
parent 41fec54c30
commit 0277a779c9
8 changed files with 77 additions and 21 deletions

10
config.py.default Normal file
View file

@ -0,0 +1,10 @@
config = {
'jid': '',
'password': '',
'cacertfile': '',
'rooms': [],
'nick': '',
'modules': []
}