This code snippet will allow you to have mirc automatically connect to multiple networks and join different channels on each.
Code:
on 1:start: {
server irc.wyldryde.org
server -m irc.example1.com
server -m irc.example2.com
}
on 1:connect: {
if ($network == WyldRyde) {
join #chris,#lockergnome,#help,#usrbingeek
}
else if ($network == Example1) {
join #chan1,#chan2,#chan3
}
else if ($network == Example2) {
join #chan1,#chan2,#chan3
}
}
on *:NOTICE:*This nickname is registered and protected.*:?: {
if (($nick == NickServ) && (*.WyldRyde.org iswm $server)) {
nickserv identify password
else if (($nick == NickServ) && (*.example1.com iswm $server)) {
nickserv identify password
else if (($nick == NickServ) && (*.example2.com iswm $server)) {
nickserv identify password
}
}
This code snippet is just a starting point. You'll have to edit this code with the Network names, the channels you want to join and your passwords. You might also have to change the nickserv name.
Some of the script might be obscured by the scroller, make sure you grab the entire script!
Edited by usrbingeek (03/27/0810:00 PM)
_________________________
WyldRyde IRC Network Steve Mermelstein Root Admin
#1449 - 03/29/0804:44 PMRe: Using mIRC on multiple networks
[Re: usrbingeek]
boredcollegekid
newbie
Registered: 12/19/07
Posts: 39
Loc: Tulsa, OK
I assume it is possible to get this script to work with ustream, just never found out how. Always makes me do /pass mypass to login in once it is connected. Any ideas?
_________________________
Son, if you really want something in this life, you have to work for it. Now quiet! They're about to announce the lottery numbers. - Homer Simpson
#1770 - 04/27/0801:47 PMRe: Using mIRC on multiple networks
[Re: boredcollegekid]
TJENN
Unregistered
For some strange reason, this script will not auto identify to the WyldRyde network. I uninstalled the script and copied the above script again and placed all my info in it and it connects to the networks but wont auto ID on WyldRyde. What could be causing this?
WyldRyde, WyldRyde IRC Network, WyldRyde Corp, WyldRyde Corporation, WyldRyde.org, WyldRyde.net, and WyldRyde Chat Script are trademarks of WyldRyde Corporation. All other trademarks and tradenames are property of their respective owners.