mIRC Home    About    Download    Register    News    Help

Print Thread
#127105 09/08/05 01:11 AM
Joined: Aug 2004
Posts: 7,252
R
RusselB Offline OP
Hoopy frood
OP Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
I have a a few aliases that I use to join different servers. The general format is /server -mfoc irc.server.com -j #channel

The problem is, some of those channels now have +R set, so I need to have a registered and identified nick before I can join the channel. Is there a way that I can delay the joining of the channel for a few seconds, as that's normally all that's needed to for my identification script to send my id to the server for my nick?

#127106 09/08/05 02:40 AM
Joined: Apr 2005
Posts: 1,009
Hoopy frood
Offline
Hoopy frood
Joined: Apr 2005
Posts: 1,009


IceCapped
#127107 09/08/05 03:19 AM
Joined: Aug 2004
Posts: 7,252
R
RusselB Offline OP
Hoopy frood
OP Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Nice idea, thanks. Not exactly what I was looking for, but it did give me some ideas to try.

#127108 09/08/05 02:23 PM
Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
Code:
on *:notice:AUTHENTICATION SUCCESSFUL as [color:red]*****[/color]:?: {
  join #channel1,#channel2
}
 

replace the ***** with your nickname (of course), and the message as needed with what you get. Works for me on several different servers (with several different nickname/logins).

#127109 09/08/05 03:08 PM
Joined: Apr 2005
Posts: 1,009
Hoopy frood
Offline
Hoopy frood
Joined: Apr 2005
Posts: 1,009
yeah but often you get authed when you are already in channel... so it is useless


IceCapped
#127110 09/08/05 03:30 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
He needs it for channels that are +R and won't let you join until auth'd... so, this would work quite well for what he needs, I'd think.


Invision Support
#Invision on irc.irchighway.net
#127111 09/08/05 03:52 PM
Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
The point is that you remove the other autojoins from either favorites or perform or on CONNECT and only put them in the notice/snotice reply event of nickserv. The only entry in perform or on CONNECT should be the command to auth to nickserv.

#127112 09/08/05 03:59 PM
Joined: Apr 2005
Posts: 1,009
Hoopy frood
Offline
Hoopy frood
Joined: Apr 2005
Posts: 1,009
yeah, sorry, my bad...
(a bit tired now so...)


IceCapped

Link Copied to Clipboard