Added log module
This commit is contained in:
parent
0277a779c9
commit
d537d4b69b
6 changed files with 38 additions and 7 deletions
|
@ -6,5 +6,12 @@ config = {
|
|||
'rooms': [],
|
||||
'nick': '',
|
||||
|
||||
'mysql': {
|
||||
'host': '',
|
||||
'user': '',
|
||||
'passwd': '',
|
||||
'db': ''
|
||||
},
|
||||
|
||||
'modules': []
|
||||
}
|
||||
|
|
Reference in a new issue