From 813ae69afd7e677bf673b485c41f5b2d026a9c02 Mon Sep 17 00:00:00 2001 From: Pepijn de Vos Date: Sat, 30 Mar 2013 16:19:12 +0100 Subject: [PATCH] ip_as_username should serve as an example --- config.example.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.example.js b/config.example.js index fadbd48..f2f2620 100644 --- a/config.example.js +++ b/config.example.js @@ -88,8 +88,8 @@ conf.webirc_pass = { // Some IRCDs require the clients IP via the username/ident conf.ip_as_username = [ - "irc.network.com", - "127.0.0.1" + //"irc.network.com", + //"127.0.0.1" ]; // Whether to verify IRC servers' SSL certificates against built-in well-known certificate authorities @@ -154,4 +154,4 @@ conf.client = { /* * Do not ammend the below lines unless you understand the changes! */ -module.exports.production = conf; \ No newline at end of file +module.exports.production = conf; -- 2.25.1