mIRC Home    About    Download    Register    News    Help

Print Thread
#22363 04/05/03 09:44 PM
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
this has been driving me nuts i am trying to figur out a way to make mirc take all the chans i am on a server .set them all in one line so it looks like this

#chan1 #chan2 #chan3 #ect

can any one get this to work out right its pissing me off k thx


Need amazing web design for low price: http://www.matrixn3t.net
#22364 04/05/03 09:56 PM
Joined: Jan 2003
Posts: 96
J
Babel fish
Offline
Babel fish
J
Joined: Jan 2003
Posts: 96
https://forums.mirc.com/showflat.php?Cat=...amp;amp;fpart=1
take c0ldfusi0n's script and change it to an alias and whois your self wink

#22365 04/05/03 11:51 PM
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
could u find some faster way i find that kinda annoying seeing a whois every 5 min on my self -.-


Need amazing web design for low price: http://www.matrixn3t.net
#22366 05/05/03 12:08 AM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Code:
alias mychans var %i = 1,%a | while $chan(%i) { var %a = %a $ifmatch | inc %i } | return %a
//if $mychans { echo -a $ifmatch }



Link Copied to Clipboard