Skip to content
MSN

kicklist alias

A TG007 community discussion started by skribblez.

Discussion 7 posts
Page 1 of 1
Open
Topic #312 · 7 published posts · 856 views

I want to know the code for when you click on a nick on the nicklist and then you press k it will add them to the kicklist.

Anyone know the code for that?

 

because this one doesnt work>

alias k{ auser kicklist $1 }

 

 

any help appreciated smile.gif

I would suggest you type this in mirc /help

this will take you to the mirc help file and has loads of indo on how to do things in your script.

My code does NOT have bugs. It just develops random features.

Not sure if this will help ya or not but this is what i used to use but editting it to add name of lastest script imma working on rolleyes.gif

alias kick {
 if ( %kick.number == $null ) {
   set %kick.number 1
 }
 kick $1- .:: I've Kicked %kick.number Out Since Using X-Cessive-Force ::.  
 inc %kick.number
}

 

ph34r.gif

alias k { auser kicklist $address($$1,1) | kick $chan $$1 KickListed }

may be that wud do the job ..

on me:*:join:#:hop #

Thanks X System thats what i wanted smile.gif

ur signature image is harsly big lol

"Be more concerned with your character than your reputation

because your character is who you really are while your reputation is merely what others think of you."

 

DesolateMx 8.0

im currently working on a smaller one. Sorry bout that AbsorbX