• Home
  • Servers
  • Chat
  • Channels
  • Commands
  • Forum
  • FAQ
  • Software
  • Quotes
Topic Options
Rate This Topic
#24 - 08/01/06 01:31 AM Join multiple channels on connection
usrbingeek Offline

WyldRyde Staff

Registered: 07/31/06
Posts: 646
Loc: Burlington, VT
Code:
on 1:connect: {
  if ($network == WyldRyde) {
    join #chan1,#chan2,#chan3,#chan4,#chan5
  } 
}


Just change the channel names and place this in your remotes.
_________________________
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
#25 - 08/01/06 01:31 AM Re: Join multiple channels on connection [Re: usrbingeek]
usrbingeek Offline

WyldRyde Staff

Registered: 07/31/06
Posts: 646
Loc: Burlington, VT
Originally posted by Cascul

That works fine if you just want to join straight off, but sometimes you want your nick to identify first so the channel can give you ops, voice, etc.

Code:
on *:NOTICE:*Password accepted - you are now recognized.*:?: {
  if ($nick == NickServ) &&  ($network == WyldRyde) {
    join #chan1, #chan2
  }
}


Use this with the auto identify script that is posted here and you will auto join all your channels right as soon as you connect

Top
#433 - 12/26/07 12:09 PM Re: Join multiple channels on connection [Re: usrbingeek]
TuxedoJericho Offline
newbie

Registered: 12/24/07
Posts: 42
Loc: Whitesburg, TN
usrbingeek, another thing to add to Cascul's code is

on 1:NOTICE:*do not change within one minute*:*:/ns identify <pass>


That will cause you to identify to nickserv anytime it ask you, being on startup, from a netsplit, or a services restart
_________________________
I am Gary "TuxedoJericho" Greenlee, and I support this message.

Top
#6052 - 05/16/12 12:57 AM Re: Join multiple channels on connection [Re: TuxedoJericho]
robinhudda123 Offline
n00b

Registered: 05/03/12
Posts: 6
Loc: FL ,USA
This post is awesome in which we are share a lot of information regarding the new and advance data .There are some important and site also which increases the interest of people like LNE Consulting
_________________________
DWS

Top


Moderator:  Jeff, mandy, usrbingeek