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
Last revision Both sides next revision
irc:irssi [2020/02/19 12:37]
aadam
irc:irssi [2020/05/21 13:45]
jrmu
Line 5: Line 5:
 <​code>​ <​code>​
 /network add freenode-znc /network add freenode-znc
-/server add -network freenode-znc -auto -tls us4.ircnow.org ​6697 user123/​freenode:​pass123+/server add -network freenode-znc -auto -tls us4.ircnow.org ​31337 user123/​freenode:​pass123
 /save /save
 /connect freenode-znc /connect freenode-znc
Line 21: Line 21:
     address = "​us4.ircnow.org";​     address = "​us4.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 38: Line 38:
     address = "​us4.ircnow.org";​     address = "​us4.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 us4.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 64: Line 64:
     address = "​us4.ircnow.org";​     address = "​us4.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 74: Line 74:
     address = "​us4.ircnow.org";​     address = "​us4.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 84: Line 84:
     address = "​us4.ircnow.org";​     address = "​us4.ircnow.org";​
     chatnet = "​oftc";​     chatnet = "​oftc";​
-    port = "6697";+    port = "31337";
     password = "​username/​oftc:​password";​     password = "​username/​oftc:​password";​
     use_tls = "​yes";​     use_tls = "​yes";​