From: ThomasV Date: Sun, 1 Apr 2012 09:32:13 +0000 (+0400) Subject: avoid nickname collision X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=commitdiff_plain;h=b4deebbbd870c5fc5416684d55477721268a633f;hp=66dccede5d731c1cb9372205f6936e3dbed7a275 avoid nickname collision --- diff --git a/HOWTO b/HOWTO index c2afdbc..6dc9418 100644 --- a/HOWTO +++ b/HOWTO @@ -169,7 +169,6 @@ $ sudo $EDITOR /etc/electrum.conf password = banner = Welcome to Electrum server! irc = yes - irc_nick = MyNick cache = yes # sample config for a private server (does not advertise on IRC) @@ -181,7 +180,6 @@ $ sudo $EDITOR /etc/electrum.conf password = banner = Welcome to my private Electrum server! irc = no - irc_nick = foo cache = yes # database setup - MySQL diff --git a/electrum.conf.sample b/electrum.conf.sample index 941f362..5d0b3e3 100644 --- a/electrum.conf.sample +++ b/electrum.conf.sample @@ -6,7 +6,6 @@ stratum_http_port = 8081 password = secret banner = Welcome to Electrum! irc = yes -irc_nick = MyNick cache = no [database]