1
0

Privacy feature: allow running a private server, that does not register on IRC. New config option (default value = yes):

[server]
irc = no
This commit is contained in:
Ovidiu Constantin
2011-11-27 17:18:57 +02:00
parent e7d233a7a2
commit 66dea751ca
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ host = localhost
port = 50000
password = secret
banner = Welcome to Electrum!
irc = yes
[database]
type = sqlite3