From 257544e887b30047e15d7c1e3480747c5a6e0311 Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Thu, 26 Dec 2013 21:43:26 +0100 Subject: [PATCH] Update config_default.py --- lib/config_default.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config_default.py b/lib/config_default.py index 3e06548..6734d78 100755 --- a/lib/config_default.py +++ b/lib/config_default.py @@ -127,8 +127,8 @@ SIGNING_ID = None # *********************** IRC / PEER CONFIGURATION ************* -#IRC_NICK = "stratum%s" # Skip IRC registration -IRC_NICK = "stratum" # Use nickname of your choice +IRC_NICK = "stratum%s" # Skip IRC registration +#IRC_NICK = "stratum" # Use nickname of your choice # Which hostname / external IP expose in IRC room # This should be official HOSTNAME for normal operation.