mIRC Home    About    Download    Register    News    Help

Print Thread
#78197 06/04/04 07:45 PM
Joined: Jan 2004
Posts: 14
N
Pikka bird
OP Offline
Pikka bird
N
Joined: Jan 2004
Posts: 14
When one says a word I like to join the chans where the one is.

Can you write a script for me?

Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
This is what you're after:

On *:text:!joinme:?:{
set -z %cometo $+ $nick 15
whois $nick
}

raw 319:*:{
; 319: Whois Channels
if %cometo [ $+ [ $2 ] ] { join $replace($remove($3-,@,%,+),$chr(32),$chr(44)) }
}

(paste in the remote and do a /msg bot !joinme)

Joined: Jan 2004
Posts: 14
N
Pikka bird
OP Offline
Pikka bird
N
Joined: Jan 2004
Posts: 14
Thank you grin


Link Copied to Clipboard