Added config parser and example config.ini file, removed hardcoded values from code
This commit is contained in:
6
config.ini
Normal file
6
config.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[credentials]
|
||||
JID = "botusername@example.org"
|
||||
PASSWORD = "bot_password"
|
||||
NICK = "mirrorbot"
|
||||
ROOM1 = "room1_jid@example1.org"
|
||||
ROOM2 = "room2_jid@example2.org"
|
Reference in New Issue
Block a user