Skip to content
TG007 community snippet #113

znc+mirc=? - multiple znc connections on startup by 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

By Snippets Added Dec 4, 2023
General IRC All snippets
mIRC script 9 lines
About this snippet

Overview

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!
Source code

mIRC script

9 lines · 206 characters
; 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
Community

Comments

Want to join the discussion? Sign in to TG007.
No comments yet. Start the discussion.