Advertisement
hobbyboy

YourBNC mIRC

Jan 16th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Open up mIRC, and navigate to the server list by pressing the options icon on the toolbar and selecting Servers under the Connect category.
  2. http://i.imgur.com/pFnjUbh.png
  3.  
  4. To add a new network to the server list, press the Add button on the right hand side, so the Add Server dialog appears.
  5. http://i.imgur.com/o3jXakG.png
  6.  
  7. In the dialog, set the description to something that describes the server. In my client, I set it to the name of the network, followed by BNC.
  8. For the irc server box, type in the address of the BNC server. It will be in the format servername.yourbnc.co.uk .
  9. In the ports box, type in +2223 if you want to use SSL, or 2222 if not. If you are using an older version of mIRC, you'll need to install OpenSSL from http://www.mirc.com/ssl.html for SSL to work.
  10. In the groups box, I would recommend setting it to network name(BNC), so the server can be distinguished.
  11. And in the Password box, type in the server password. The server password uses the format username/network:password
  12. For Example, if my username is Hobbyboy, the network is EsperNet and the password is p4ssw0rd, the server password would be: Hobbyboy/EsperNet:p4ssw0rd
  13. http://i.imgur.com/Ir2pUHH.png
  14.  
  15. To connect to the newly added server, double click on the server in the server list, and press the connect button.
  16.  
  17. If you want mIRC to automatically connect to the BNC, or several networks on startup, open up the Scripts editor using the button on the toolbar, or by using ALT+R.
  18. When in the scripts editor, navigate to the remote tab, and create a new file using File, New.
  19. In the new script, add the following code:
  20.  
  21. on *:START:{
  22. server -poc Network1(BNC)
  23. server -mpoc Network2(BNC)
  24. server -mpoc Network3(BNC)
  25. }
  26.  
  27. Then save the file, by using File, Save.
  28. If you want to automatically join channels specifed in another script or in perform, you can ommit p and c flags from the server commands in the above script.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement