Blame
Date:
Mon Jan 23 05:00:25 2023 UTC
Message:
Daily backup
001
2023-01-22
jrmu
version=pmwiki-2.2.130 ordered=1 urlencoded=1
002
2023-01-22
jrmu
agent=Mozilla/5.0 (X11; OpenBSD amd64; rv:76.0) Gecko/20100101 Firefox/76.0
003
2023-01-22
jrmu
author=jrmu
004
2023-01-22
jrmu
charset=UTF-8
005
2023-01-22
jrmu
csum=
006
2023-01-22
jrmu
ctime=1597133764
007
2023-01-22
jrmu
host=38.81.163.143
008
2023-01-22
jrmu
name=Bouncer.MIRC
009
2023-01-22
jrmu
rev=40
010
2023-01-22
jrmu
targets=Bouncer.Bouncer
011
2023-01-22
jrmu
text=(:title Connection with mIRC:)%0a%0a[[https://www.mirc.com/|mIRC]] is proprietary software. To protect your privacy and freedom, you should consider using an open source [[bouncer|IRC client]].%0a%0a!! Graphical Method%0a%0a# To see if SSL is supported, type this inside an mIRC window:\\%0a[@%0a//echo -ag $sslready%0a@]\\%0aAttach:mIRC-ssl1.png%0a# Click @@Yes@@.\\%0aAttach:mIRC-ssl2.png%0a# If $true, then your mIRC supports SSL. If $false, then your mIRC does '''not''' support SSL.\\%0aAttach:mIRC-ssl3.png%0a# From the menu bar, select @@File@@ → @@Select Server@@ or type @@Alt+E@@.\\%0aAttach:mIRC-options.png%0a# Click on @@Add@@.\\%0aAttach:mIRC-addserver.png\\%0aIf your mIRC supports SSL, fill in these details:\\%0a[@%0aDescription: network-bnc%0aAddress: example.ircnow.org%0aPorts: +31337%0aPassword: username/network:password%0a@]\\%0aReplace example.ircnow.org with your server's address; replace network, username and password. For example, if your username is @@john@@, the network you want to connect to is @@ircnow@@, and your password is @@abcde12345@@:\\%0a[@%0aDescription: ircnow-bnc%0aAddress: example.ircnow.org%0aPorts: +31337%0aPassword: john/ircnow:abcde12345%0a@]\\%0a# If your mIRC does '''not''' support SSL, fill in these details:\\%0a[@%0aDescription: network-bnc%0aAddress: example.ircnow.org%0aPorts: 1337%0aPassword: username/network:password%0a@]\\%0aReplace example.ircnow.org with your server's address; replace network, username and password. For example, if your username is @@john@@, the network you want to connect to is @@ircnow@@, and your password is @@abcde12345@@:\\%0a[@%0aDescription: ircnow-bnc%0aAddress: example.ircnow.org%0aPorts: 1337%0aPassword: john/ircnow:abcde12345%0a@]%0a# If you see a message saying ZNC is not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%0a!! mIRC 7.33 (beta) to 7.41 users%0a%0aThere is a bug in mIRC. You must load this script (Attach:znc.mrc):%0a%0a[@%0a; ZNC 1.7.0 added support for server-time.%0a; mIRC 7.38 - 7.41 will stall/hang during the connection.%0a; by KindOne%0a; originally from https://bitbucket.org/KindOne/mirc-scripts-public/src/master/znc-server-time-fix.mrc%0a; Remove support for server-time and finish the CAP so%0a; mirc can connect.%0araw *:*:{%0a if (($version %3c 7.33) || ($version > 7.41)) { return }%0a if (($1 == irc.znc.in) && ($4-5 == ACK :server-time)) {%0a cap req -server-time%0a cap end%0a }%0a}%0a@]%0a%0aPress @@Alt+R@@ to load Remote Scripts, then copy the text above and paste it inside, then press @@OK@@.%0a%0aAttach:mIRC-remotescripts.png\\%0a%0aAlternatively, save this file as "znc.mrc" (do '''not''' save as znc.mrc.txt) and put it where you installed mIRC.%0a%0a!! mIRC version 7.41 or later%0a%0aType this inside an mIRC window:%0a%0a[@%0a/server -a example.ircnow.org -p +31337 -g network-bnc -w username/network:password -d network-bnc%0a/server network-bnc%0a@]%0a%0aReplace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a%0aFor example, if the network you want to connect to is @@ircnow@@, your username is @@john@@, and your password is @@abcde12345@@, then:%0a%0a[@%0a/server -a example.ircnow.org -p +31337 -g ircnow-bnc -w john/ircnow:abcde12345 -d ircnow-bnc%0a/server ircnow-bnc%0a@]%0a%0aAttach:mIRC-commandssl.png\\%0a%0aIf you see a message saying ZNC is not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%0a!! mIRC version 6.x%0a%0aType this inside an mIRC window:%0a%0a[@%0a/server -a example.ircnow.org -p 1337 -g network-bnc -w username/network:password -d network-bnc%0a/server network-bnc%0a@]%0a%0aReplace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password.%0a%0aFor example, if the network you want to connect to is @@ircnow@@, your username is @@john@@, and your password is @@abcde12345@@, then:%0a%0a[@%0a/server -a example.ircnow.org -p 1337 -g ircnow-bnc -w john/ircnow:abcde12345 -d ircnow-bnc%0a/server ircnow-bnc%0a@]%0a%0aIf you see a message saying ZNC is not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%0a!! Adding Multiple Networks%0a%0aPress @@Alt+R@@ and click on the tab @@Remote@@:%0a%0a[@%0aon *:start: {%0a server example.ircnow.org +31337 username/network1:password%0a server -m example.ircnow.org +31337 username/network2:password%0a server -m example.ircnow.org +31337 username/network3:password%0a server -m example.ircnow.org +31337 username/network4:password%0a}%0a@]%0a%0aAttach:mirc-multiple.png%0a%0aReplace example.ircnow.org with your server; replace username and password with your real username and password, and replace network1, network2, etc with your real networks. If you do not have SSL, replace +31337 with 1337 (no plus sign). If you see a message saying ZNC is not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.
012
2023-01-22
jrmu
time=1599364787
013
2023-01-22
jrmu
title=Connection with mIRC
014
2023-01-22
jrmu
author:1599364787=jrmu
015
2023-01-22
jrmu
diff:1599364787:1597631383:=112a113,130%0a> /server ircnow-bnc%0a> @]%0a> %0a> If you see a message saying ZNC is not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a> Then type this into an mIRC window:%0a> %0a> [@%0a> /server -a example.ircnow.org -p +31337 -g network-bnc -w username/network:password -d network-bnc%0a> /server network-bnc%0a> @]%0a> %0a> Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a> %0a> For example, if the network you want to connect to is @@ircnow@@, your username is @@john@@, and your password is @@abcde12345@@, then:%0a> %0a> [@%0a> /server -a example.ircnow.org -p +31337 -g ircnow-bnc -w john/ircnow:abcde12345 -d ircnow-bnc%0a
016
2023-01-22
jrmu
host:1599364787=38.81.163.143
017
2023-01-22
jrmu
author:1597631383=jrmu
018
2023-01-22
jrmu
diff:1597631383:1597574610:=16c16%0a%3c # From the menu bar, select @@File@@ → @@Select Server@@ or type @@Alt+E@@.\\%0a---%0a> # From the menu bar, select @@File@@ --> @@Select Server@@ or type @@Alt+E@@.\\%0a
019
2023-01-22
jrmu
host:1597631383=38.81.163.143
020
2023-01-22
jrmu
author:1597574610=jrmu
021
2023-01-22
jrmu
diff:1597574610:1597385327:=48,49c48,49%0a%3c # If you see a message saying ZNC is not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a---%0a> # If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a96,97c96,97%0a%3c If you see a message saying ZNC is not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a---%0a> If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a116,117c116,117%0a%3c If you see a message saying ZNC is not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a---%0a> If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a134,135c134,135%0a%3c If you see a message saying ZNC is not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a---%0a> If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a151c151%0a%3c Replace example.ircnow.org with your server; replace username and password with your real username and password, and replace network1, network2, etc with your real networks. If you do not have SSL, replace +31337 with 1337 (no plus sign). If you see a message saying ZNC is not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a\ No newline at end of file%0a---%0a> Replace example.ircnow.org with your server; replace username and password with your real username and password, and replace network1, network2, etc with your real networks. If you do not have SSL, replace +31337 with 1337 (no plus sign). If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a\ No newline at end of file%0a
022
2023-01-22
jrmu
host:1597574610=38.81.163.143
023
2023-01-22
jrmu
author:1597385327=jrmu
024
2023-01-22
jrmu
diff:1597385327:1597384738:=138,139c138%0a%3c Press @@Alt+R@@ and click on the tab @@Remote@@:%0a%3c %0a---%0a> # Press @@Alt+R@@ and click on the tab @@Remote@@:%0a148,149d146%0a%3c %0a%3c Attach:mirc-multiple.png%0a
025
2023-01-22
jrmu
host:1597385327=38.81.163.143
026
2023-01-22
jrmu
author:1597384738=jrmu
027
2023-01-22
jrmu
diff:1597384738:1597384183:=136,138c136,141%0a%3c !! Adding Multiple Networks%0a%3c %0a%3c # Press @@Alt+R@@ and click on the tab @@Remote@@:%0a---%0a> ----%0a> %0a> %0a> ----%0a> %0a> # If you want to have multiple networks, type Alt+R and choose the tab Remote:%0a148c151%0a%3c Replace example.ircnow.org with your server; replace username and password with your real username and password, and replace network1, network2, etc with your real networks. If you do not have SSL, replace +31337 with 1337 (no plus sign). If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a\ No newline at end of file%0a---%0a> Replace example.ircnow.org with your server; replace username and password with your real username and password, and replace network1, network2, etc with your real networks. If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a\ No newline at end of file%0a
028
2023-01-22
jrmu
host:1597384738=38.81.163.143
029
2023-01-22
jrmu
author:1597384183=jrmu
030
2023-01-22
jrmu
diff:1597384183:1597382858:=70,74c70%0a%3c Press @@Alt+R@@ to load Remote Scripts, then copy the text above and paste it inside, then press @@OK@@.%0a%3c %0a%3c Attach:mIRC-remotescripts.png\\%0a%3c %0a%3c Alternatively, save this file as "znc.mrc" (do '''not''' save as znc.mrc.txt) and put it where you installed mIRC.%0a---%0a> Save this file as "znc.mrc" (do '''not''' save as znc.mrc.txt) and put it where you installed mIRC.%0a
031
2023-01-22
jrmu
host:1597384183=38.81.163.143
032
2023-01-22
jrmu
author:1597382858=jrmu
033
2023-01-22
jrmu
diff:1597382858:1597382423:=5,7c5,8%0a%3c !! Graphical Method%0a%3c %0a%3c # To see if SSL is supported, type this inside an mIRC window:\\%0a---%0a> !! mIRC version 7.41 or later%0a> %0a> Type this inside an mIRC window:%0a> %0a9,20c10,17%0a%3c //echo -ag $sslready%0a%3c @]\\%0a%3c Attach:mIRC-ssl1.png%0a%3c # Click @@Yes@@.\\%0a%3c Attach:mIRC-ssl2.png%0a%3c # If $true, then your mIRC supports SSL. If $false, then your mIRC does '''not''' support SSL.\\%0a%3c Attach:mIRC-ssl3.png%0a%3c # From the menu bar, select @@File@@ --> @@Select Server@@ or type @@Alt+E@@.\\%0a%3c Attach:mIRC-options.png%0a%3c # Click on @@Add@@.\\%0a%3c Attach:mIRC-addserver.png\\%0a%3c If your mIRC supports SSL, fill in these details:\\%0a---%0a> /server -a example.ircnow.org -p +31337 -g network-bnc -w username/network:password -d network-bnc%0a> /server network-bnc%0a> @]%0a> %0a> Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a> %0a> For example, if the network you want to connect to is @@ircnow@@, your username is @@john@@, and your password is @@abcde12345@@, then:%0a> %0a22,27c19,30%0a%3c Description: network-bnc%0a%3c Address: example.ircnow.org%0a%3c Ports: +31337%0a%3c Password: username/network:password%0a%3c @]\\%0a%3c Replace example.ircnow.org with your server's address; replace network, username and password. For example, if your username is @@john@@, the network you want to connect to is @@ircnow@@, and your password is @@abcde12345@@:\\%0a---%0a> /server -a example.ircnow.org -p +31337 -g ircnow-bnc -w john/ircnow:abcde12345 -d ircnow-bnc%0a> /server ircnow-bnc%0a> @]%0a> %0a> Attach:mIRC-commandssl.png\\%0a> %0a> If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a> !! mIRC version 6.x%0a> %0a> Type this inside an mIRC window:%0a> %0a29,34c32,39%0a%3c Description: ircnow-bnc%0a%3c Address: example.ircnow.org%0a%3c Ports: +31337%0a%3c Password: john/ircnow:abcde12345%0a%3c @]\\%0a%3c # If your mIRC does '''not''' support SSL, fill in these details:\\%0a---%0a> /server -a example.ircnow.org -p 1337 -g network-bnc -w username/network:password -d network-bnc%0a> /server network-bnc%0a> @]%0a> %0a> Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password.%0a> %0a> For example, if the network you want to connect to is @@ircnow@@, your username is @@john@@, and your password is @@abcde12345@@, then:%0a> %0a36,46c41,42%0a%3c Description: network-bnc%0a%3c Address: example.ircnow.org%0a%3c Ports: 1337%0a%3c Password: username/network:password%0a%3c @]\\%0a%3c Replace example.ircnow.org with your server's address; replace network, username and password. For example, if your username is @@john@@, the network you want to connect to is @@ircnow@@, and your password is @@abcde12345@@:\\%0a%3c [@%0a%3c Description: ircnow-bnc%0a%3c Address: example.ircnow.org%0a%3c Ports: 1337%0a%3c Password: john/ircnow:abcde12345%0a---%0a> /server -a example.ircnow.org -p 1337 -g ircnow-bnc -w john/ircnow:abcde12345 -d ircnow-bnc%0a> /server ircnow-bnc%0a48,49c44,46%0a%3c # If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a---%0a> %0a> If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a52,53c49,52%0a%3c There is a bug in mIRC. You must load this script (Attach:znc.mrc):%0a%3c %0a---%0a> There is a bug in mIRC.%0a> %0a> You must load this script (Attach:znc.mrc):%0a> %0a70,75c69,70%0a%3c Save this file as "znc.mrc" (do '''not''' save as znc.mrc.txt) and put it where you installed mIRC.%0a%3c %0a%3c !! mIRC version 7.41 or later%0a%3c %0a%3c Type this inside an mIRC window:%0a%3c %0a---%0a> Save this file as "znc.mrc" (do '''not''' save as znc.mrc.txt) and put it where you installed mIRC. Then type this into an mIRC window:%0a> %0a90,91d84%0a%3c Attach:mIRC-commandssl.png\\%0a%3c %0a94,97c87,91%0a%3c !! mIRC version 6.x%0a%3c %0a%3c Type this inside an mIRC window:%0a%3c %0a---%0a> ----%0a> %0a> !! Graphical Method%0a> %0a> # To see if SSL is supported, type this inside an mIRC window:\\%0a99,106c93,104%0a%3c /server -a example.ircnow.org -p 1337 -g network-bnc -w username/network:password -d network-bnc%0a%3c /server network-bnc%0a%3c @]%0a%3c %0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password.%0a%3c %0a%3c For example, if the network you want to connect to is @@ircnow@@, your username is @@john@@, and your password is @@abcde12345@@, then:%0a%3c %0a---%0a> //echo -ag $sslready%0a> @]\\%0a> Attach:mIRC-ssl1.png%0a> # Click @@Yes@@.\\%0a> Attach:mIRC-ssl2.png%0a> # If $true, then your mIRC supports SSL. If $false, then your mIRC does '''not''' support SSL.\\%0a> Attach:mIRC-ssl3.png%0a> # From the menu bar, select @@File@@ --> @@Select Server@@ or type @@Alt+E@@.\\%0a> Attach:mIRC-options.png%0a> # Click on @@Add@@.\\%0a> Attach:mIRC-addserver.png\\%0a> If your mIRC supports SSL, fill in these details:\\%0a108,115c106,111%0a%3c /server -a example.ircnow.org -p 1337 -g ircnow-bnc -w john/ircnow:abcde12345 -d ircnow-bnc%0a%3c /server ircnow-bnc%0a%3c @]%0a%3c %0a%3c If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a%3c Then type this into an mIRC window:%0a%3c %0a---%0a> Description: network-bnc%0a> Address: example.ircnow.org%0a> Ports: +31337%0a> Password: username/network:password%0a> @]\\%0a> Replace example.ircnow.org with your server's address; replace network, username and password. For example, if your username is @@john@@, the network you want to connect to is @@ircnow@@, and your password is @@abcde12345@@:\\%0a117,124c113,118%0a%3c /server -a example.ircnow.org -p +31337 -g network-bnc -w username/network:password -d network-bnc%0a%3c /server network-bnc%0a%3c @]%0a%3c %0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a%3c %0a%3c For example, if the network you want to connect to is @@ircnow@@, your username is @@john@@, and your password is @@abcde12345@@, then:%0a%3c %0a---%0a> Description: ircnow-bnc%0a> Address: example.ircnow.org%0a> Ports: +31337%0a> Password: john/ircnow:abcde12345%0a> @]\\%0a> # If your mIRC does '''not''' support SSL, fill in these details:\\%0a126,127c120,130%0a%3c /server -a example.ircnow.org -p +31337 -g ircnow-bnc -w john/ircnow:abcde12345 -d ircnow-bnc%0a%3c /server ircnow-bnc%0a---%0a> Description: network-bnc%0a> Address: example.ircnow.org%0a> Ports: 1337%0a> Password: username/network:password%0a> @]\\%0a> Replace example.ircnow.org with your server's address; replace network, username and password. For example, if your username is @@john@@, the network you want to connect to is @@ircnow@@, and your password is @@abcde12345@@:\\%0a> [@%0a> Description: ircnow-bnc%0a> Address: example.ircnow.org%0a> Ports: 1337%0a> Password: john/ircnow:abcde12345%0a129,133c132,133%0a%3c %0a%3c If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a%3c ----%0a%3c %0a---%0a> # If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a
034
2023-01-22
jrmu
host:1597382858=38.81.163.143
035
2023-01-22
jrmu
author:1597382423=jrmu
036
2023-01-22
jrmu
diff:1597382423:1597382302:=23a24%0a> Attach:mIRC-commandssl2.png%0a
037
2023-01-22
jrmu
host:1597382423=38.81.163.143
038
2023-01-22
jrmu
author:1597382302=jrmu
039
2023-01-22
jrmu
diff:1597382302:1597382170:=23,24c23%0a%3c Attach:mIRC-commandssl.png\\%0a%3c Attach:mIRC-commandssl2.png%0a---%0a> Attach:mIRC-commandssl.png%0a
040
2023-01-22
jrmu
host:1597382302=38.81.163.143
041
2023-01-22
jrmu
author:1597382170=jrmu
042
2023-01-22
jrmu
diff:1597382170:1597382093:=111c111%0a%3c Replace example.ircnow.org with your server's address; replace network, username and password. For example, if your username is @@john@@, the network you want to connect to is @@ircnow@@, and your password is @@abcde12345@@:\\%0a---%0a> Replace example.ircnow.org with your server's address; replace network, username and password. For example, if your username is john, the network you want to connect to is ircnow, and your password is abcde12345:\\%0a125c125%0a%3c Replace example.ircnow.org with your server's address; replace network, username and password. For example, if your username is @@john@@, the network you want to connect to is @@ircnow@@, and your password is @@abcde12345@@:\\%0a---%0a> Replace example.ircnow.org with your server's address; replace network, username and password. For example, if your username is john, the network you want to connect to is ircnow, and your password is abcde12345:\\%0a134d133%0a%3c ----%0a
043
2023-01-22
jrmu
host:1597382170=38.81.163.143
044
2023-01-22
jrmu
author:1597382093=jrmu
045
2023-01-22
jrmu
diff:1597382093:1597382047:=104c104%0a%3c If your mIRC supports SSL, fill in these details:\\%0a---%0a> If the output is $true, fill in these details:\\%0a118c118%0a%3c # If your mIRC does '''not''' support SSL, fill in these details:\\%0a---%0a> # If the output is $false:\\%0a
046
2023-01-22
jrmu
host:1597382093=38.81.163.143
047
2023-01-22
jrmu
author:1597382047=jrmu
048
2023-01-22
jrmu
diff:1597382047:1597381989:=
049
2023-01-22
jrmu
host:1597382047=38.81.163.143
050
2023-01-22
jrmu
author:1597381989=jrmu
051
2023-01-22
jrmu
diff:1597381989:1597381030:=103,104c103,104%0a%3c Attach:mIRC-addserver.png\\%0a%3c If the output is $true, fill in these details:\\%0a---%0a> Attach:mIRC-addserver.png%0a> # If the output is $true:\\%0a111c111,112%0a%3c Replace example.ircnow.org with your server's address; replace network, username and password. For example, if your username is john, the network you want to connect to is ircnow, and your password is abcde12345:\\%0a---%0a> Replace example.ircnow.org with your server's address; replace network, username and password. Make sure that you include the plus sign @@+@@ for @@+31337@@. If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> # If the output is $false:\\%0a113c114%0a%3c Description: ircnow-bnc%0a---%0a> Description: network-bnc%0a116c117%0a%3c Password: john/ircnow:abcde12345%0a---%0a> Password: username/network:password%0a118,134d118%0a%3c # If the output is $false:\\%0a%3c [@%0a%3c Description: network-bnc%0a%3c Address: example.ircnow.org%0a%3c Ports: 1337%0a%3c Password: username/network:password%0a%3c @]\\%0a%3c Replace example.ircnow.org with your server's address; replace network, username and password. For example, if your username is john, the network you want to connect to is ircnow, and your password is abcde12345:\\%0a%3c [@%0a%3c Description: ircnow-bnc%0a%3c Address: example.ircnow.org%0a%3c Ports: 1337%0a%3c Password: john/ircnow:abcde12345%0a%3c @]%0a%3c # If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a%3c %0a
052
2023-01-22
jrmu
host:1597381989=38.81.163.143
053
2023-01-22
jrmu
author:1597381030=jrmu
054
2023-01-22
jrmu
diff:1597381030:1597381007:=100c100%0a%3c # From the menu bar, select @@File@@ --> @@Select Server@@ or type @@Alt+E@@.\\%0a---%0a> # From the menu bar, select @@File@@ --> @@Select Server@@ or type @@alt+e@@.\\%0a
055
2023-01-22
jrmu
host:1597381030=38.81.163.143
056
2023-01-22
jrmu
author:1597381007=jrmu
057
2023-01-22
jrmu
diff:1597381007:1597380957:=100c100%0a%3c # From the menu bar, select @@File@@ --> @@Select Server@@ or type @@alt+e@@.\\%0a---%0a> # From the menu bar, select @@File@@ --> @@Select Server@@ or type ALT+E.\\%0a
058
2023-01-22
jrmu
host:1597381007=38.81.163.143
059
2023-01-22
jrmu
author:1597380957=jrmu
060
2023-01-22
jrmu
diff:1597380957:1597380842:=91c91,92%0a%3c # To see if SSL is supported, type this inside an mIRC window:\\%0a---%0a> To see if SSL is supported, type this inside an mIRC window:%0a> %0a94c95,96%0a%3c @]\\%0a---%0a> @]%0a> %0a96c98,100%0a%3c # Click @@Yes@@.\\%0a---%0a> %0a> Click @@Yes@@.%0a> %0a98c102,104%0a%3c # If $true, then your mIRC supports SSL. If $false, then your mIRC does '''not''' support SSL.\\%0a---%0a> %0a> If $true, then your mIRC supports SSL. If $false, then your mIRC does '''not''' support SSL.%0a> %0a99a106%0a> %0a104c111,112%0a%3c # If the output is $true:\\%0a---%0a> # If the output is $true:%0a> %0a110c118,119%0a%3c @]\\%0a---%0a> @]%0a> %0a112c121,123%0a%3c # If the output is $false:\\%0a---%0a> %0a> # If the output is $false:%0a> %0a118,119c129,132%0a%3c @]\\%0a%3c # If you want to have multiple networks, type Alt+R and choose the tab Remote:%0a---%0a> @]%0a> %0a> If you want to have multiple networks, type Alt+R and choose the tab Remote:%0a> %0a
061
2023-01-22
jrmu
host:1597380957=38.81.163.143
062
2023-01-22
jrmu
author:1597380842=jrmu
063
2023-01-22
jrmu
diff:1597380842:1597379721:=107,110c107,109%0a%3c # From the menu bar, select @@File@@ --> @@Select Server@@ or type ALT+E.\\%0a%3c Attach:mIRC-options.png%0a%3c # Click on @@Add@@.\\%0a%3c Attach:mIRC-addserver.png%0a---%0a> # Select server.%0a> # Edit your ZNC server.%0a> # Attach:mIRC-connect.png%0a
064
2023-01-22
jrmu
host:1597380842=38.81.163.143
065
2023-01-22
jrmu
author:1597379721=jrmu
066
2023-01-22
jrmu
diff:1597379721:1597379532:=97,100c97%0a%3c Attach:mIRC-ssl1.png%0a%3c %0a%3c Click @@Yes@@.%0a%3c %0a---%0a> Attach:mIRC-ssl1.png\\%0a102,105d98%0a%3c %0a%3c If $true, then your mIRC supports SSL. If $false, then your mIRC does '''not''' support SSL.%0a%3c %0a%3c Attach:mIRC-ssl3.png%0a
067
2023-01-22
jrmu
host:1597379721=38.81.163.143
068
2023-01-22
jrmu
author:1597379532=jrmu
069
2023-01-22
jrmu
diff:1597379532:1597378966:=96,98d95%0a%3c %0a%3c Attach:mIRC-ssl1.png\\%0a%3c Attach:mIRC-ssl2.png%0a
070
2023-01-22
jrmu
host:1597379532=38.81.163.143
071
2023-01-22
jrmu
author:1597378966=jrmu
072
2023-01-22
jrmu
diff:1597378966:1597378218:=29,30d28%0a%3c Type this inside an mIRC window:%0a%3c %0a89,96c87,90%0a%3c !! Graphical Method%0a%3c %0a%3c To see if SSL is supported, type this inside an mIRC window:%0a%3c %0a%3c [@%0a%3c //echo -ag $sslready%0a%3c @]%0a%3c %0a---%0a> # To see if SSL is supported, type this inside an mIRC window:%0a> [@%0a> //echo -ag $sslready%0a> @]%0a
073
2023-01-22
jrmu
host:1597378966=38.81.163.143
074
2023-01-22
jrmu
author:1597378218=jrmu
075
2023-01-22
jrmu
diff:1597378218:1597378198:=7c7%0a%3c Type this inside an mIRC window:%0a---%0a> # Type this inside an mIRC window:\\%0a
076
2023-01-22
jrmu
host:1597378218=38.81.163.143
077
2023-01-22
jrmu
author:1597378198=jrmu
078
2023-01-22
jrmu
diff:1597378198:1597377993:=7,8d6%0a%3c # Type this inside an mIRC window:\\%0a%3c %0a22,23d19%0a%3c %0a%3c Attach:mIRC-commandssl.png%0a
079
2023-01-22
jrmu
host:1597378198=38.81.163.143
080
2023-01-22
jrmu
author:1597377993=jrmu
081
2023-01-22
jrmu
diff:1597377993:1597326074:=8,9c8%0a%3c /server -a example.ircnow.org -p +31337 -g network-bnc -w username/network:password -d network-bnc%0a%3c /server network-bnc%0a---%0a> /server example.ircnow.org -p +31337 username/network:password%0a12,15c11,14%0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a%3c %0a%3c For example, if the network you want to connect to is @@ircnow@@, your username is @@john@@, and your password is @@abcde12345@@, then:%0a%3c %0a---%0a> Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@. If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a> !! mIRC version 6.x%0a> %0a17,18c16%0a%3c /server -a example.ircnow.org -p +31337 -g ircnow-bnc -w john/ircnow:abcde12345 -d ircnow-bnc%0a%3c /server ircnow-bnc%0a---%0a> /server example.ircnow.org -p 1337 username/network:password%0a21,24c19,26%0a%3c If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a%3c !! mIRC version 6.x%0a%3c %0a---%0a> Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a> !! mIRC 7.33 (beta) to 7.41 users%0a> %0a> There is a bug in mIRC.%0a> %0a> You must load this script (Attach:znc.mrc):%0a> %0a26,27c28,40%0a%3c /server -a example.ircnow.org -p 1337 -g network-bnc -w username/network:password -d network-bnc%0a%3c /server network-bnc%0a---%0a> ; ZNC 1.7.0 added support for server-time.%0a> ; mIRC 7.38 - 7.41 will stall/hang during the connection.%0a> ; by KindOne%0a> ; originally from https://bitbucket.org/KindOne/mirc-scripts-public/src/master/znc-server-time-fix.mrc%0a> ; Remove support for server-time and finish the CAP so%0a> ; mirc can connect.%0a> raw *:*:{%0a> if (($version %3c 7.33) || ($version > 7.41)) { return }%0a> if (($1 == irc.znc.in) && ($4-5 == ACK :server-time)) {%0a> cap req -server-time%0a> cap end%0a> }%0a> }%0a30,33c43,44%0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password.%0a%3c %0a%3c For example, if the network you want to connect to is @@ircnow@@, your username is @@john@@, and your password is @@abcde12345@@, then:%0a%3c %0a---%0a> Save this file as "znc.mrc" (do '''not''' save as znc.mrc.txt) and put it where you installed mIRC. Then type this into an mIRC window:%0a> %0a35,36c46%0a%3c /server -a example.ircnow.org -p 1337 -g ircnow-bnc -w john/ircnow:abcde12345 -d ircnow-bnc%0a%3c /server ircnow-bnc%0a---%0a> /server example.ircnow.org -p +31337 username/network:password%0a39,79c49,61%0a%3c If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a%3c !! mIRC 7.33 (beta) to 7.41 users%0a%3c %0a%3c There is a bug in mIRC.%0a%3c %0a%3c You must load this script (Attach:znc.mrc):%0a%3c %0a%3c [@%0a%3c ; ZNC 1.7.0 added support for server-time.%0a%3c ; mIRC 7.38 - 7.41 will stall/hang during the connection.%0a%3c ; by KindOne%0a%3c ; originally from https://bitbucket.org/KindOne/mirc-scripts-public/src/master/znc-server-time-fix.mrc%0a%3c ; Remove support for server-time and finish the CAP so%0a%3c ; mirc can connect.%0a%3c raw *:*:{%0a%3c if (($version %3c 7.33) || ($version > 7.41)) { return }%0a%3c if (($1 == irc.znc.in) && ($4-5 == ACK :server-time)) {%0a%3c cap req -server-time%0a%3c cap end%0a%3c }%0a%3c }%0a%3c @]%0a%3c %0a%3c Save this file as "znc.mrc" (do '''not''' save as znc.mrc.txt) and put it where you installed mIRC. Then type this into an mIRC window:%0a%3c %0a%3c [@%0a%3c /server -a example.ircnow.org -p +31337 -g network-bnc -w username/network:password -d network-bnc%0a%3c /server network-bnc%0a%3c @]%0a%3c %0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a%3c %0a%3c For example, if the network you want to connect to is @@ircnow@@, your username is @@john@@, and your password is @@abcde12345@@, then:%0a%3c %0a%3c [@%0a%3c /server -a example.ircnow.org -p +31337 -g ircnow-bnc -w john/ircnow:abcde12345 -d ircnow-bnc%0a%3c /server ircnow-bnc%0a%3c @]%0a%3c %0a%3c If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a---%0a> Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@. If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a> ----%0a> %0a> # To see if SSL is supported, type this inside an mIRC window:%0a> [@%0a> //echo -ag $sslready%0a> @]%0a> # Select server.%0a> # Edit your ZNC server.%0a> # Attach:mIRC-connect.png%0a> # If the output is $true:%0a> %0a
082
2023-01-22
jrmu
host:1597377993=38.81.163.143
083
2023-01-22
jrmu
author:1597326074=jrmu
084
2023-01-22
jrmu
diff:1597326074:1597288341:=11a12,13%0a> %0a> /server example.ircnow.org -p +31337 username/network:password%0a
085
2023-01-22
jrmu
host:1597326074=38.81.163.143
086
2023-01-22
jrmu
author:1597288341=jrmu
087
2023-01-22
jrmu
diff:1597288341:1597288260:=11,12c11,14%0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@. If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a---%0a> Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a> %0a> If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a21,22c23,26%0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a---%0a> Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password.%0a> %0a> If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a51,52c55,58%0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@. If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a---%0a> Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a> %0a> If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a> %0a71,72c77,78%0a%3c Replace example.ircnow.org with your server's address; replace network, username and password. Make sure that you include the plus sign @@+@@ for @@+31337@@. If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a---%0a> Replace example.ircnow.org with your server's address; replace network, username and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a> %0a93c99%0a%3c Replace example.ircnow.org with your server; replace username and password with your real username and password, and replace network1, network2, etc with your real networks. If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a\ No newline at end of file%0a---%0a> Replace example.ircnow.org with your server; replace username and password with your real username and password, and replace network1, network2, etc with your real networks.%0a\ No newline at end of file%0a
088
2023-01-22
jrmu
host:1597288341=38.81.163.143
089
2023-01-22
jrmu
author:1597288260=jrmu
090
2023-01-22
jrmu
diff:1597288260:1597144472:=13,16d12%0a%3c If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a%3c /server example.ircnow.org -p +31337 username/network:password%0a%3c %0a25,26d20%0a%3c If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a%3c %0a56,57d49%0a%3c %0a%3c If you see a message saying you are not yet connected, type @@/znc connect@@ -- wait a few minutes to connect.%0a
091
2023-01-22
jrmu
host:1597288260=38.81.163.143
092
2023-01-22
jrmu
author:1597144472=jrmu
093
2023-01-22
jrmu
diff:1597144472:1597141610:=3c3%0a%3c [[https://www.mirc.com/|mIRC]] is proprietary software. To protect your privacy and freedom, you should consider using an open source [[bouncer|IRC client]].%0a---%0a> mIRC is proprietary software. To protect your privacy and freedom, you should consider using an open source [[bouncer|IRC client]].%0a
094
2023-01-22
jrmu
host:1597144472=38.81.163.143
095
2023-01-22
jrmu
author:1597141610=jrmu
096
2023-01-22
jrmu
diff:1597141610:1597140377:=11,12c11,12%0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a%3c %0a---%0a> Replace example.ircnow.org with your actual server; replace username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a> %0a19,20c19,20%0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password.%0a%3c %0a---%0a> Replace example.ircnow.org with your actual server; replace username, network, and password.%0a> %0a43,50c43,44%0a%3c Save this file as "znc.mrc" (do '''not''' save as znc.mrc.txt) and put it where you installed mIRC. Then type this into an mIRC window:%0a%3c %0a%3c [@%0a%3c /server example.ircnow.org -p +31337 username/network:password%0a%3c @]%0a%3c %0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password with your real username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a%3c %0a---%0a> Save this file as "znc.mrc" (do '''not''' save as znc.mrc.txt) and put it where you installed mIRC.%0a> %0a84,87c78,81%0a%3c server example.ircnow.org +31337 username/network1:password%0a%3c server -m example.ircnow.org +31337 username/network2:password%0a%3c server -m example.ircnow.org +31337 username/network3:password%0a%3c server -m example.ircnow.org +31337 username/network4:password%0a---%0a> server example.ircnow.org +31337 username/network:password%0a> server -m example.ircnow.org +31337 username/network:password%0a> server -m example.ircnow.org +31337 username/network:password%0a> server -m example.ircnow.org +31337 username/network:password%0a91c85%0a%3c Replace example.ircnow.org with your server; replace username and password with your real username and password, and replace network1, network2, etc with your real networks.%0a\ No newline at end of file%0a---%0a> Replace example.ircnow.org with your server; replace username, network, and password with your real username, network, and password.%0a\ No newline at end of file%0a
097
2023-01-22
jrmu
host:1597141610=38.81.163.143
098
2023-01-22
jrmu
author:1597140377=jrmu
099
2023-01-22
jrmu
diff:1597140377:1597140117:=78,81c78,81%0a%3c server example.ircnow.org +31337 username/network:password%0a%3c server -m example.ircnow.org +31337 username/network:password%0a%3c server -m example.ircnow.org +31337 username/network:password%0a%3c server -m example.ircnow.org +31337 username/network:password%0a---%0a> server us9.ircnow.org +31337 user123/freenode:pass123%0a> server -m us9.ircnow.org +31337 user124/freenode:pass123%0a> server -m us9.ircnow.org +31337 user125/freenode:pass123%0a> server -m us9.ircnow.org +31337 user126/freenode:pass123%0a85c85%0a%3c Replace example.ircnow.org with your server; replace username, network, and password with your real username, network, and password.%0a\ No newline at end of file%0a---%0a> Replace user123 with your real username, and pass123 with your real password.%0a\ No newline at end of file%0a
100
2023-01-22
jrmu
host:1597140377=38.81.163.143
101
2023-01-22
jrmu
author:1597140117=jrmu
102
2023-01-22
jrmu
diff:1597140117:1597140018:=
103
2023-01-22
jrmu
host:1597140117=38.81.163.143
104
2023-01-22
jrmu
author:1597140018=jrmu
105
2023-01-22
jrmu
diff:1597140018:1597139529:=11,12c11,12%0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a%3c %0a---%0a> Replace example.ircnow.org with your actual server; replace username, network, and password.%0a> %0a44a45,53%0a> !! mIRC version 7.41 or later%0a> %0a> [@%0a> /server -a example.ircnow.org -p +31337 -g network-bnc -w username/network:password -d IRCNow%0a> /server IRCNow%0a> @]%0a> %0a> Replace example.ircnow.org with your server, network with your network, username%0a> %0a47,55c56,57%0a%3c # To see if SSL is supported, type this inside an mIRC window:%0a%3c [@%0a%3c //echo -ag $sslready%0a%3c @]%0a%3c # Select server.%0a%3c # Edit your ZNC server.%0a%3c # Attach:mIRC-connect.png%0a%3c # If the output is $true:%0a%3c %0a---%0a> To see if SSL is supported, type this inside an mIRC window:%0a> %0a57,60c59%0a%3c Description: network-bnc%0a%3c Address: example.ircnow.org%0a%3c Ports: +31337%0a%3c Password: username/network:password%0a---%0a> //echo -ag $sslready%0a63,69c62,75%0a%3c Replace example.ircnow.org with your server's address; replace network, username and password. Make sure that you include the plus sign @@+@@ for @@+31337@@.%0a%3c %0a%3c # If the output is $false:%0a%3c %0a%3c [@%0a%3c Description: network-bnc%0a%3c Address: example.ircnow.org%0a---%0a> If the output is $true, you should follow the steps below for a **secure** connection.%0a> %0a> %0a> %0a> Select server.%0a> Edit your ZNC server.%0a> %0a> Attach:mIRC-connect.png%0a> %0a> Here is a sample configuration for freenode:%0a> %0a> %3ccode>%0a> Description: freenode-bnc%0a> For Address: use your server for bnc here, for example us9.ircnow.org%0a71,76c77,85%0a%3c Password: username/network:password%0a%3c @]%0a%3c %0a%3c If you want to have multiple networks, type Alt+R and choose the tab Remote:%0a%3c %0a%3c [@%0a---%0a> Password: user123/freenode:pass123%0a> %3c/code>%0a> %0a> Replace user123 with your real username, and pass123 with your real password. Make sure that you include the plus sign '+' for port 31337 to ensure your chat messages are encrypted.%0a> %0a> %0a> When you use more then one bouncer go to Alt+R choose tab Remote%0a> %0a> %3ccode>%0a83,85c92,95%0a%3c @]%0a%3c %0a%3c Replace user123 with your real username, and pass123 with your real password.%0a\ No newline at end of file%0a---%0a> %3c/code>%0a> %0a> Replace user123 with your real username, and pass123 with your real password.%0a> %0a
106
2023-01-22
jrmu
host:1597140018=38.81.163.143
107
2023-01-22
jrmu
author:1597139529=jrmu
108
2023-01-22
jrmu
diff:1597139529:1597139483:=25c25,27%0a%3c You must load this script (Attach:znc.mrc):%0a---%0a> You must load this script:%0a> %0a> Attach:znc.mrc%0a
109
2023-01-22
jrmu
host:1597139529=38.81.163.143
110
2023-01-22
jrmu
author:1597139483=jrmu
111
2023-01-22
jrmu
diff:1597139483:1597139427:=26d25%0a%3c %0a28d26%0a%3c %0a
112
2023-01-22
jrmu
host:1597139483=38.81.163.143
113
2023-01-22
jrmu
author:1597139427=jrmu
114
2023-01-22
jrmu
diff:1597139427:1597138765:=6a7,8%0a> %0a> %0a26c28%0a%3c Attach:znc.mrc%0a---%0a> %0a43c45%0a%3c Save this file as "znc.mrc" (do '''not''' save as znc.mrc.txt) and put it where you installed mIRC.%0a---%0a> Save this file as "znc-fix.mrc" (do '''not''' save as znc.mrc.txt) and put it where you installed mIRC.%0a
115
2023-01-22
jrmu
host:1597139427=38.81.163.143
116
2023-01-22
jrmu
author:1597138765=jrmu
117
2023-01-22
jrmu
diff:1597138765:1597138670:=7,8c7,8%0a%3c %0a%3c %0a---%0a> Attach:mIRC-connect.png%0a> %0a66,67c66,67%0a%3c %0a%3c %0a---%0a> {{ :irc:mirc2.png?direct&400 |}}%0a> %0a71c71%0a%3c Attach:mIRC-connect.png%0a---%0a> {{ :irc:mirc3.png?direct&400 |}}%0a
118
2023-01-22
jrmu
host:1597138765=38.81.163.143
119
2023-01-22
jrmu
author:1597138670=jrmu
120
2023-01-22
jrmu
diff:1597138670:1597138499:=6,7d5%0a%3c %0a%3c Attach:mIRC-connect.png%0a
121
2023-01-22
jrmu
host:1597138670=38.81.163.143
122
2023-01-22
jrmu
author:1597138499=jrmu
123
2023-01-22
jrmu
diff:1597138499:1597138194:=3,4d2%0a%3c mIRC is proprietary software. To protect your privacy and freedom, you should consider using an open source [[bouncer|IRC client]].%0a%3c %0a54,58c52,55%0a%3c ----%0a%3c %0a%3c To see if SSL is supported, type this inside an mIRC window:%0a%3c %0a%3c [@%0a---%0a> First, you must check to see if SSL is supported. Enter the following command inside any mIRC window:%0a> %0a> {{ :irc:mirc1.png?direct&400 |}}%0a> %3ccode>%0a60c57,75%0a%3c @]%0a---%0a> %3c/code>%0a> %0a> If the output is $false, run these commands:%0a> %0a> %3ccode>%0a> %0a> %3c/code>%0a> %0a> If the output is $true, run these commands:%0a> %0a> %0a> %3ccode>%0a> /server -a us9.ircnow.org -p +31337 -g IRCNow -w username/network:password -d IRCNow%0a> /server IRCNow%0a> %3c/code>%0a> %0a> Replace username with your username, network with your desired network (for example dal or oftc), and password with your password. This connection is **very** insecure.%0a> %0a> It is better if you [[https://www.mirc.com/get.html|upgrade mIRC to support SSL]], or download [[https://hexchat.github.io/|Hexchat]], which is free of charge and open source.%0a
124
2023-01-22
jrmu
host:1597138499=38.81.163.143
125
2023-01-22
jrmu
author:1597138194=jrmu
126
2023-01-22
jrmu
diff:1597138194:1597137514:=3,51c3%0a%3c !! mIRC version 7.41 or later%0a%3c %0a%3c [@%0a%3c /server example.ircnow.org -p +31337 username/network:password%0a%3c @]%0a%3c %0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password.%0a%3c %0a%3c !! mIRC version 6.x%0a%3c %0a%3c [@%0a%3c /server example.ircnow.org -p 1337 username/network:password%0a%3c @]%0a%3c %0a%3c Replace example.ircnow.org with your actual server; replace username, network, and password.%0a%3c %0a%3c !! mIRC 7.33 (beta) to 7.41 users%0a%3c %0a%3c There is a bug in mIRC.%0a%3c %0a%3c You must load this script:%0a%3c %0a%3c [@%0a%3c ; ZNC 1.7.0 added support for server-time.%0a%3c ; mIRC 7.38 - 7.41 will stall/hang during the connection.%0a%3c ; by KindOne%0a%3c ; originally from https://bitbucket.org/KindOne/mirc-scripts-public/src/master/znc-server-time-fix.mrc%0a%3c ; Remove support for server-time and finish the CAP so%0a%3c ; mirc can connect.%0a%3c raw *:*:{%0a%3c if (($version %3c 7.33) || ($version > 7.41)) { return }%0a%3c if (($1 == irc.znc.in) && ($4-5 == ACK :server-time)) {%0a%3c cap req -server-time%0a%3c cap end%0a%3c }%0a%3c }%0a%3c @]%0a%3c %0a%3c Save this file as "znc-fix.mrc" (do '''not''' save as znc.mrc.txt) and put it where you installed mIRC.%0a%3c %0a%3c !! mIRC version 7.41 or later%0a%3c %0a%3c [@%0a%3c /server -a example.ircnow.org -p +31337 -g network-bnc -w username/network:password -d IRCNow%0a%3c /server IRCNow%0a%3c @]%0a%3c %0a%3c Replace example.ircnow.org with your server, network with your network, username%0a%3c %0a---%0a> === For latest mIRC versions, at least >7.41 but not including 7.41 ===%0a62c14,15%0a%3c %0a---%0a> /server -a us9.ircnow.org -p 1337 -g IRCNow -w username/network:password -d IRCNow%0a> /server IRCNow%0a110a64,90%0a> === For mIRC 7.33 (beta) to 7.41 users ===%0a> There has been reports of mIRC 7.33 (beta) to 7.41 with inability to connect to ZNC bouncers. You will need to load this patch by KindOne, [[https://bitbucket.org/KindOne/mirc-scripts-public/src/master/znc-server-time-fix.mrc|ZNC server time fix.mrc - BitBucket.org]].%0a> %0a> To load this script, you will need to do%0a> %3ccode>/load -rs filename%3c/code>%0a> Where filename is the name of the file you downloaded from BitBucket, and if it is placed outside of where your mIRC is installed, you will need to specify the full path to file. For more information see [[https://forums.mirc.com/ubbthreads.php/topics/163149/how_to_install_snippets,_add-o|here]].%0a> %0a> In case of KindOne's BitBucket site is inaccessible for any reason, here is the contents of the file,%0a> %3ccode>%0a> ; ZNC 1.7.0 added support for server-time.%0a> ; mIRC 7.38 - 7.41 will stall/hang during the connection.%0a> ; by KindOne%0a> ; originally from https://bitbucket.org/KindOne/mirc-scripts-public/src/master/znc-server-time-fix.mrc%0a> ; Remove support for server-time and finish the CAP so%0a> ; mirc can connect.%0a> raw *:*:{%0a> if (($version %3c 7.33) || ($version > 7.41)) { return }%0a> if (($1 == irc.znc.in) && ($4-5 == ACK :server-time)) {%0a> cap req -server-time%0a> cap end%0a> }%0a> }%0a> %3c/code>%0a> Copy and paste the contents of that code snippet using a text editor like notepad, or notepad++ for instance, save it as the filename "znc-server-time-fix.mrc" or whatever filename you wish to use, provided that the extension is in .mrc format. E.g. "znc.mrc", not "znc.mrc.txt" for example. Place the file ideally into your installed mIRC location.%0a> %0a> === For mIRC users with version 6.x ===%0a> Your mIRC version may not have support for SSL, it is recommended that you should update to the latest version of mIRC. Follow the guide on top, see the section titled "For latest mIRC versions, at least >7.41 but not including 7.41". If your mIRC client does not have SSL support, you won't have a secure connection.%0a\ No newline at end of file%0a
127
2023-01-22
jrmu
host:1597138194=38.81.163.143
128
2023-01-22
jrmu
author:1597137514=jrmu
129
2023-01-22
jrmu
diff:1597137514:1597133764:=1,2d0%0a%3c (:title Connection with mIRC:)%0a%3c %0a
130
2023-01-22
jrmu
host:1597137514=38.81.163.143
131
2023-01-22
jrmu
author:1597133764=jrmu
132
2023-01-22
jrmu
diff:1597133764:1597133764:=1,88d0%0a%3c === For latest mIRC versions, at least >7.41 but not including 7.41 ===%0a%3c First, you must check to see if SSL is supported. Enter the following command inside any mIRC window:%0a%3c %0a%3c {{ :irc:mirc1.png?direct&400 |}}%0a%3c %3ccode>%0a%3c //echo -ag $sslready%0a%3c %3c/code>%0a%3c %0a%3c If the output is $false, run these commands:%0a%3c %0a%3c %3ccode>%0a%3c /server -a us9.ircnow.org -p 1337 -g IRCNow -w username/network:password -d IRCNow%0a%3c /server IRCNow%0a%3c %3c/code>%0a%3c %0a%3c If the output is $true, run these commands:%0a%3c %0a%3c %0a%3c %3ccode>%0a%3c /server -a us9.ircnow.org -p +31337 -g IRCNow -w username/network:password -d IRCNow%0a%3c /server IRCNow%0a%3c %3c/code>%0a%3c %0a%3c Replace username with your username, network with your desired network (for example dal or oftc), and password with your password. This connection is **very** insecure.%0a%3c %0a%3c It is better if you [[https://www.mirc.com/get.html|upgrade mIRC to support SSL]], or download [[https://hexchat.github.io/|Hexchat]], which is free of charge and open source.%0a%3c %0a%3c If the output is $true, you should follow the steps below for a **secure** connection.%0a%3c %0a%3c {{ :irc:mirc2.png?direct&400 |}}%0a%3c %0a%3c Select server.%0a%3c Edit your ZNC server.%0a%3c %0a%3c {{ :irc:mirc3.png?direct&400 |}}%0a%3c %0a%3c Here is a sample configuration for freenode:%0a%3c %0a%3c %3ccode>%0a%3c Description: freenode-bnc%0a%3c For Address: use your server for bnc here, for example us9.ircnow.org%0a%3c Ports: +31337%0a%3c Password: user123/freenode:pass123%0a%3c %3c/code>%0a%3c %0a%3c Replace user123 with your real username, and pass123 with your real password. Make sure that you include the plus sign '+' for port 31337 to ensure your chat messages are encrypted.%0a%3c %0a%3c %0a%3c When you use more then one bouncer go to Alt+R choose tab Remote%0a%3c %0a%3c %3ccode>%0a%3c on *:start: {%0a%3c server us9.ircnow.org +31337 user123/freenode:pass123%0a%3c server -m us9.ircnow.org +31337 user124/freenode:pass123%0a%3c server -m us9.ircnow.org +31337 user125/freenode:pass123%0a%3c server -m us9.ircnow.org +31337 user126/freenode:pass123%0a%3c }%0a%3c %3c/code>%0a%3c %0a%3c Replace user123 with your real username, and pass123 with your real password.%0a%3c %0a%3c === For mIRC 7.33 (beta) to 7.41 users ===%0a%3c There has been reports of mIRC 7.33 (beta) to 7.41 with inability to connect to ZNC bouncers. You will need to load this patch by KindOne, [[https://bitbucket.org/KindOne/mirc-scripts-public/src/master/znc-server-time-fix.mrc|ZNC server time fix.mrc - BitBucket.org]].%0a%3c %0a%3c To load this script, you will need to do%0a%3c %3ccode>/load -rs filename%3c/code>%0a%3c Where filename is the name of the file you downloaded from BitBucket, and if it is placed outside of where your mIRC is installed, you will need to specify the full path to file. For more information see [[https://forums.mirc.com/ubbthreads.php/topics/163149/how_to_install_snippets,_add-o|here]].%0a%3c %0a%3c In case of KindOne's BitBucket site is inaccessible for any reason, here is the contents of the file,%0a%3c %3ccode>%0a%3c ; ZNC 1.7.0 added support for server-time.%0a%3c ; mIRC 7.38 - 7.41 will stall/hang during the connection.%0a%3c ; by KindOne%0a%3c ; originally from https://bitbucket.org/KindOne/mirc-scripts-public/src/master/znc-server-time-fix.mrc%0a%3c ; Remove support for server-time and finish the CAP so%0a%3c ; mirc can connect.%0a%3c raw *:*:{%0a%3c if (($version %3c 7.33) || ($version > 7.41)) { return }%0a%3c if (($1 == irc.znc.in) && ($4-5 == ACK :server-time)) {%0a%3c cap req -server-time%0a%3c cap end%0a%3c }%0a%3c }%0a%3c %3c/code>%0a%3c Copy and paste the contents of that code snippet using a text editor like notepad, or notepad++ for instance, save it as the filename "znc-server-time-fix.mrc" or whatever filename you wish to use, provided that the extension is in .mrc format. E.g. "znc.mrc", not "znc.mrc.txt" for example. Place the file ideally into your installed mIRC location.%0a%3c %0a%3c === For mIRC users with version 6.x ===%0a%3c Your mIRC version may not have support for SSL, it is recommended that you should update to the latest version of mIRC. Follow the guide on top, see the section titled "For latest mIRC versions, at least >7.41 but not including 7.41". If your mIRC client does not have SSL support, you won't have a secure connection.%0a\ No newline at end of file%0a
133
2023-01-22
jrmu
host:1597133764=38.81.163.143
IRCNow