ip_as_username should serve as an example
authorPepijn de Vos <pepijndevos@gmail.com>
Sat, 30 Mar 2013 15:19:12 +0000 (16:19 +0100)
committerPepijn de Vos <pepijndevos@gmail.com>
Sat, 30 Mar 2013 15:19:12 +0000 (16:19 +0100)
config.example.js

index fadbd48c6c4dd1af38ada564a3b19fd5b7f99a2c..f2f2620fb658a09a0a1953e66dd08dab0ea2b132 100644 (file)
@@ -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;