projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c320422
)
ip_as_username should serve as an example
author
Pepijn de Vos
<pepijndevos@gmail.com>
Sat, 30 Mar 2013 15:19:12 +0000
(16:19 +0100)
committer
Pepijn de Vos
<pepijndevos@gmail.com>
Sat, 30 Mar 2013 15:19:12 +0000
(16:19 +0100)
config.example.js
patch
|
blob
|
blame
|
history
diff --git
a/config.example.js
b/config.example.js
index fadbd48c6c4dd1af38ada564a3b19fd5b7f99a2c..f2f2620fb658a09a0a1953e66dd08dab0ea2b132 100644
(file)
--- 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;