mIRC Home    About    Download    Register    News    Help

Print Thread
#24708 17/05/03 06:02 PM
Joined: Apr 2003
Posts: 23
H
Haze Offline OP
Ameglian cow
OP Offline
Ameglian cow
H
Joined: Apr 2003
Posts: 23
Hey im tryin 2 make an alias, so that wen commenced the chan is scanned for guests and when found all kicked.
Im not havin much luck at all can someone point me in the rite direction or give me an example thx grin

#24709 17/05/03 06:22 PM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Code:
alias guestkick {
  var %i = 1
  while $fline(#,Guest*,%i,1) { kick # $nick(#,$ifmatch) | inc %i }
}
/help $fline

#24710 17/05/03 07:25 PM
Joined: Apr 2003
Posts: 23
H
Haze Offline OP
Ameglian cow
OP Offline
Ameglian cow
H
Joined: Apr 2003
Posts: 23
this doesent seem ta be workin nemue confused
ill start the scan and nothin happens ???
help me plz :tongue:

#24711 17/05/03 07:35 PM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
The way that alias is written all you do is type /guestkick into a channel window. (It would be a good idea to be opped there at the time laugh)

#24712 18/05/03 12:08 AM
Joined: Apr 2003
Posts: 23
H
Haze Offline OP
Ameglian cow
OP Offline
Ameglian cow
H
Joined: Apr 2003
Posts: 23
lol i aint a noob laugh i know what to do lol its just it didnt work crazy

#24713 18/05/03 12:26 AM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Works fine for me.

#24714 18/05/03 12:58 PM
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
Then you could try explaining what you mean by "guest nicks", in script terms. Do you mean nicks that begin with "Guest" or what?


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
#24715 18/05/03 01:11 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
ant
remember its not guest*
its >*


new username: tidy_trax
#24716 18/05/03 06:34 PM
Joined: Apr 2003
Posts: 23
H
Haze Offline OP
Ameglian cow
OP Offline
Ameglian cow
H
Joined: Apr 2003
Posts: 23
o [censored] yeah lol cheers nemue & safe tye ill tlk 2 ya in a bit den grin


Link Copied to Clipboard