Sponsored Links




Topic Options
Rate This Topic
#13 - 08/01/06 01:15 AM Using mIRC on multiple networks
usrbingeek Administrator Offline
WyldRyde Staff

Registered: 07/31/06
Posts: 469
Loc: Burlington, VT
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/08 10:00 PM)
_________________________
WyldRyde IRC Network
Steve Mermelstein
Root Admin

#!/usr/bin/geek
My Amazon.com Wishlist

Please no PMs. Please post to a topic instead so your question(s) may benefit others.

Top
Sponsored Links
Sponsored Links
Member
*****

Registered: 27/08/04
Posts: 10136
Loc: Mountain View, CA
Top
#1449 - 03/29/08 04:44 PM Re: Using mIRC on multiple networks [Re: usrbingeek]
boredcollegekid Offline
newbie

Registered: 12/19/07
Posts: 48
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?
_________________________

Top
#1770 - 04/27/08 01:47 PM Re: 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?

Top
#1843 - 04/29/08 11:23 AM Re: Using mIRC on multiple networks [Re: ]
TJENN
Unregistered


Eh, nevermind, I reinstalled mIRC and the script and all is fine now.

Top
#1844 - 04/29/08 12:58 PM Re: Using mIRC on multiple networks [Re: boredcollegekid]
Ryan Administrator Offline
WyldRyde Staff

Registered: 08/20/06
Posts: 36
Loc: USA
Try using
Code:
/server address port password

to connect to a server that requires a password


Edited by Ryan (04/29/08 01:02 PM)
_________________________
Ryan
Services Administrator
viper.wyldryde.org

Top
#3078 - 09/02/08 01:20 AM Re: Using mIRC on multiple networks [Re: usrbingeek]
iAlex Offline
n00b

Registered: 09/01/08
Posts: 14
Loc: Kongsvinger, 2209 Norway.
For bot scripters that will have a command transfered to a message you should also look up /scon in the mirc help file.. a nice little function that lets you send a command from one network to another or simply all networks with the -a parameters
for example
on *:TEXT:!ident:#: scon -a /msg nickserv identify botpassword

^^
_________________________
Girls is like a Windows Blue Screen.. They talk in cryptic code and expect you to know what the heck is wrong..

Top


Recent Posts
Rules for Voiced (+v) users in #Chris
by Axlin
11/20/08 05:36 PM
WyldRyde Channel Management Script **BETA**
by usrbingeek
11/19/08 12:35 AM
Saying Hello
by cirian75
11/18/08 02:13 PM
Multiple Network question
by usrbingeek
11/16/08 10:00 PM
Recruiting new ops and half ops in #iPhone
by techman224
11/14/08 07:09 PM
Common Commands Script
by burace17
11/14/08 02:55 PM
Rules for Voiced Users being Enforced More
by abcd
11/14/08 08:33 AM
New bot policy
by Freekie
11/11/08 10:11 PM
my favorite channels on WR
by sbushfan11
11/10/08 05:42 AM
Volunteer Half-Op Positions Available In My New Ch
by mikem
11/08/08 03:16 PM
Script Bots. Need One?
by Samuel
11/07/08 10:10 PM
Services Help Version 2.4
by Jerry
11/06/08 09:41 PM
Recent Pics
mIRC on Linux???
Computer Spam o_O
My Windows Desktop
Who's Online
1 registered (1 invisible), 4 Guests and 5 Spiders online.
Key: Admin, Global Mod, Mod
Top Posters
usrbingeek 468
Kat 266
iPhone 108
Phil 91
Freekie 85
techman224 75
CCMike 73
Justin 70
tengrrl 55
wirelesspacket 52
Terms Of Use
Use of this community signifies your agreement to the Terms Of Service and Conditions of Use.