tglogo.png
0 LIKES

Snippet


znc+mirc=? - multiple znc connections on startup by bot

In Category General IRC Posted by Snippets On 12/04/23
Tags: znc mirc znc bot 

This simple script will allow you to open all your znc bouncers that you own on mIRC startup.
Add the script in remote.ini and change it with your znc infos.

If you have more then three znc's just multiply the ".server -m your-ip +port user/network:pass -i nickname"

Enjoy!
; BEGIN

on *:START:{
  .server your-ip +port user/network:pass -i nickname
  .server -m your-ip +port user/network:pass -i nickname
  .server -m your-ip +port user/network:pass -i nickname
}

; END


Comments 0


Please note that on our website we use cookies necessary for the functioning of our website, cookies that optimize the performance. To learn more about our cookies, how we use them and their benefits, please read our Cookie Policy.
I Understand