IRCNow

This is an old revision of the document!


First, you must check to see if SSL is supported. Enter the following command inside any mIRC window:

//echo -ag $sslready

If the output is $false, you must either upgrade mIRC to support SSL, or you can download Hexchat, which is free of charge and open source.

If the output is $true, you can continue.

Select server. Edit your ZNC server.

Here is a sample configuration for freenode:

Description: freenode-bnc
For Address: bnc2.ircnow.org
Ports: +6697
Password: user123/freenode:pass123

Replace user123 with your real username, and pass123 with your real password. Make sure that you include the plus sign '+' for port 6697 to ensure your chat messages are encrypted.

When you use more then one bouncer go to Alt+R choose tab Remote

on *:start: {
  server bnc1.ircnow.org +6697 user123/freenode:pass123
  server -m bnc1.ircnow.org +6697 user124/freenode:pass123
  server -m bnc1.ircnow.org +6697 user125/freenode:pass123
  server -m bnc1.ircnow.org +6697 user126/freenode:pass123
}

Replace user123 with your real username, and pass123 with your real password.