Added log module

This commit is contained in:
Matthias Schiffer 2010-05-02 21:18:09 +02:00
parent 0277a779c9
commit d537d4b69b
6 changed files with 38 additions and 7 deletions

View file

@ -6,5 +6,12 @@ config = {
'rooms': [],
'nick': '',
'mysql': {
'host': '',
'user': '',
'passwd': '',
'db': ''
},
'modules': []
}