Added modules
This commit is contained in:
parent
41fec54c30
commit
0277a779c9
8 changed files with 77 additions and 21 deletions
10
config.py.default
Normal file
10
config.py.default
Normal file
|
@ -0,0 +1,10 @@
|
|||
config = {
|
||||
'jid': '',
|
||||
'password': '',
|
||||
'cacertfile': '',
|
||||
|
||||
'rooms': [],
|
||||
'nick': '',
|
||||
|
||||
'modules': []
|
||||
}
|
Reference in a new issue