Browse Source

reorder IRC server config

Missing deprecated server3 agora
master
unofficial bisq contributor 4 years ago committed by GitHub
parent
commit
68fe12b258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      jmclient/jmclient/configure.py

8
jmclient/jmclient/configure.py

@ -137,7 +137,7 @@ rpc_password = password
# information. # information.
rpc_wallet_file = rpc_wallet_file =
## SERVER 1/4) Darkscience IRC (Tor, IP) ## SERVER 1/3) Darkscience IRC (Tor, IP)
################################################################################ ################################################################################
[MESSAGING:server1] [MESSAGING:server1]
channel = joinmarket-pit channel = joinmarket-pit
@ -154,7 +154,7 @@ socks5 = false
#socks5_host = localhost #socks5_host = localhost
#socks5_port = 9050 #socks5_port = 9050
## SERVER 2/4) hackint IRC (Tor, IP) ## SERVER 2/3) hackint IRC (Tor, IP)
################################################################################ ################################################################################
[MESSAGING:server2] [MESSAGING:server2]
channel = joinmarket-pit channel = joinmarket-pit
@ -173,9 +173,9 @@ socks5 = false
#socks5_host = localhost #socks5_host = localhost
#socks5_port = 9050 #socks5_port = 9050
## SERVER 4/4) ILITA IRC (Tor - disabled by default) ## SERVER 3/3) ILITA IRC (Tor - disabled by default)
################################################################################ ################################################################################
#[MESSAGING:server4] #[MESSAGING:server3]
#channel = joinmarket-pit #channel = joinmarket-pit
#port = 6667 #port = 6667
#usessl = false #usessl = false

Loading…
Cancel
Save