From: Pepijn de Vos Date: Sat, 30 Mar 2013 15:19:12 +0000 (+0100) Subject: ip_as_username should serve as an example X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=813ae69afd7e677bf673b485c41f5b2d026a9c02;p=KiwiIRC.git ip_as_username should serve as an example --- 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;