]> jfr.im git - irc/freenode/web-7.0.git/blame - content/kb/sasl/mirc.md
Add guide to finding channels on freenode.
[irc/freenode/web-7.0.git] / content / kb / sasl / mirc.md
CommitLineData
46e25db6 1Title: Configuring SASL for mIRC
2---
3The most recent solution for enabling SASL in mIRC appears to be with sasl.mrc, the first of the options documented below. Some older solutions have also been reported, with varying degrees of success. They are still listed here in case the first option does not work.
4
5# Configuring SASL for mIRC: sasl.mrc
6
7The mirc script is written by Kyle Travaglini and was originally taken from a [SwiftIRC forum post <i class="fa fa-external-link" aria-hidden="true"></i>](http://forum.swiftirc.net/viewtopic.php?f=34&t=23101). The SwiftIRC version has been replaced by a version that does not require the DLL. The instructions have been updated by KindOne.
8
91. Start mIRC and where you would type text to send to a channel, type `/run` and hit Enter. A folder will open. Take note of this location.
102. Download sasl.mrc and save it in the folder from above. You may need to right click and select `Save Link As...`
113. In mIRC, click Tools then Scripts Editor
124. Click on the Remotes tab, then on File and Load. Find and load sasl.mrc.
135. You will see a warning about scripts that include initialization commands. You will need to click Yes to finish loading the SASL script.
146. Go back to the main mIRC window, and click Commands, then mSASL v1.0 Beta [sans DLL].
157. Either select the entry for freenode or click Add. (See below.)
168. Fill in Network (if applicable). This must exactly match the network in the server list.
179. In Username, enter your registered nickname. Enter your NickServ password in the NS Password field. Domain should be 0, and AuthType should be `PLAIN`.
1810. Click OK twice to close the dialog boxes.
19
20If everything has been configured correctly, the next time you connect you should see the message:
21`SASL authentication successful`
22
23The server address when you connect must match the server address in the server list. You can check this by typing alt+e, finding the freenode folder, expanding and clicking a server, then clicking Edit. If you don't use the server listed here, the script won't work.
24
25If NickServ is unavailable when you connect, then the script will fail and loop repeatedly trying to connect repeatedly until NickServ is back.
26
27Remember to update your settings if you change your NickServ account name or password.
28
29Your nick and password are stored in a plain text file, `sasl.hsh`, in the same folder as the script.