avoid nickname collision
authorThomasV <thomasv@gitorious>
Sun, 1 Apr 2012 09:32:13 +0000 (13:32 +0400)
committerThomasV <thomasv@gitorious>
Sun, 1 Apr 2012 09:32:13 +0000 (13:32 +0400)
HOWTO
electrum.conf.sample

diff --git a/HOWTO b/HOWTO
index c2afdbc..6dc9418 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -169,7 +169,6 @@ $ sudo $EDITOR /etc/electrum.conf
        password = <electrum-server-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 = <electrum-server-password>
        banner = Welcome to my private Electrum server!
        irc = no
-       irc_nick = foo
        cache = yes
 
        # database setup - MySQL
index 941f362..5d0b3e3 100644 (file)
@@ -6,7 +6,6 @@ stratum_http_port = 8081
 password = secret
 banner = Welcome to Electrum!
 irc = yes
-irc_nick = MyNick
 cache = no
 
 [database]