|
@@ -4,6 +4,9 @@ rpc_listen = "tcp://127.0.0.1:8890"
|
|
|
## IRC listen URL
|
|
## IRC listen URL
|
|
|
irc_listen = "tcp://127.0.0.1:22022"
|
|
irc_listen = "tcp://127.0.0.1:22022"
|
|
|
|
|
|
|
|
|
|
+## Sets Datastore Path
|
|
|
|
|
+datastore = "/tmp/darkirc_test/darkirc1"
|
|
|
|
|
+
|
|
|
## List of channels to autojoin for new client connections
|
|
## List of channels to autojoin for new client connections
|
|
|
autojoin = ["#dev", "#test"]
|
|
autojoin = ["#dev", "#test"]
|
|
|
|
|
|