IRCNow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
irc:irssi [2019/11/16 13:17]
jrmu
irc:irssi [2020/06/13 08:25] (current)
jrmu
Line 5: Line 5:
 <​code>​ <​code>​
 /network add freenode-znc /network add freenode-znc
-/server add -network freenode-znc -auto -tls bnc2.ircnow.org ​6697 user123/​freenode-znc:pass123+/server add -network freenode-znc -auto -tls us9.ircnow.org ​31337 user123/​freenode:​pass123
 /save /save
 /connect freenode-znc /connect freenode-znc
Line 19: Line 19:
 servers = ( servers = (
   {   {
-    address = "bnc1.ircnow.org";​+    address = "us9.ircnow.org";​
     chatnet = "​yournetwork";​     chatnet = "​yournetwork";​
-    port = "6697";+    port = "31337";
     password = "​username/​yournetwork:​password";​     password = "​username/​yournetwork:​password";​
     use_tls = "​yes";​     use_tls = "​yes";​
Line 36: Line 36:
 servers = ( servers = (
   {   {
-    address = "bnc1.ircnow.org";​+    address = "us9.ircnow.org";​
     chatnet = "​freenode";​     chatnet = "​freenode";​
-    port = "6697";+    port = "31337";
     password = "​username/​freenode:​password";​     password = "​username/​freenode:​password";​
     use_tls = "​yes";​     use_tls = "​yes";​
Line 48: Line 48:
 </​code>​ </​code>​
  
-Notice that the address should still be bnc1.ircnow.org,​ because you want to connect first to the bouncer, then have the bouncer connect to freenode.+Notice that the address should still be us9.ircnow.org,​ because you want to connect first to the bouncer, then have the bouncer connect to freenode.
  
 If you have issues with SSL verification,​ make sure you have CAs.pem located in the right folder. On OpenBSD 6.6, you would do this: If you have issues with SSL verification,​ make sure you have CAs.pem located in the right folder. On OpenBSD 6.6, you would do this:
Line 62: Line 62:
 servers = ( servers = (
   {   {
-    address = "bnc1.ircnow.org";​+    address = "us9.ircnow.org";​
     chatnet = "​freenode";​     chatnet = "​freenode";​
-    port = "6697";+    port = "31337";
     password = "​username/​freenode:​password";​     password = "​username/​freenode:​password";​
     use_tls = "​yes";​     use_tls = "​yes";​
Line 72: Line 72:
   },   },
   {   {
-    address = "bnc1.ircnow.org";​+    address = "us9.ircnow.org";​
     chatnet = "​ircnow";​     chatnet = "​ircnow";​
-    port = "6697";+    port = "31337";
     password = "​username/​ircnow:​password";​     password = "​username/​ircnow:​password";​
     use_tls = "​yes";​     use_tls = "​yes";​
Line 82: Line 82:
   },   },
   {   {
-    address = "bnc1.ircnow.org";​+    address = "us9.ircnow.org";​
     chatnet = "​oftc";​     chatnet = "​oftc";​
-    port = "6697";+    port = "31337";
     password = "​username/​oftc:​password";​     password = "​username/​oftc:​password";​
     use_tls = "​yes";​     use_tls = "​yes";​