mIRC Home    About    Download    Register    News    Help

Print Thread
#225443 02/09/10 03:54 PM
Joined: Sep 2007
Posts: 202
F
firefox Offline OP
Fjord artisan
OP Offline
Fjord artisan
F
Joined: Sep 2007
Posts: 202
how do join channel when
Code:
[16:17:24] -ChanServ- Channel #chan123 doesn't exist.


on notice works for this event and $nick = ChanServ but seems $1- is empty so how to match "doesn't exist" and /j #chan ?

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
$1- most definitely exists.
Code:
on *:NOTICE:*doesn't exist.:?: if ($nick == ChanServ) join $2

Joined: Sep 2007
Posts: 202
F
firefox Offline OP
Fjord artisan
OP Offline
Fjord artisan
F
Joined: Sep 2007
Posts: 202
hmm strange it didn't work before maybe I made a mistake

thanks it is working now

Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
$rawmsg should work too.


Link Copied to Clipboard