IRCNow

Differences

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

Link to this comparison view

Next revision
Previous revision
irc:irssi [2019/11/08 05:19]
jrmu created
irc:irssi [2020/06/13 08:25] (current)
jrmu
Line 1: Line 1:
 +====== Commands ======
 +
 +For example, to connect to freenode using znc:
 +
 +<​code>​
 +/network add freenode-znc
 +/server add -network freenode-znc -auto -tls us9.ircnow.org 31337 user123/​freenode:​pass123
 +/save
 +/connect freenode-znc
 +</​code>​
 +
 +Remember to replace user123 and pass123 with your username and password.
 +
 +====== Editing config directly ======
 +
 In ~/​.irssi/​config,​ inside servers, add this block: In ~/​.irssi/​config,​ inside servers, add this block:
  
Line 4: 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 21: 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 33: 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 47: 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 57: 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 67: 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";​