mIRC Homepage
Posted By: jacksparrow2 HELP - 25/06/04 02:52 PM
alias F1 {
.msg $nick 0,2 has sido aceptado a mi privado
}

alias f2 {
.ECHO 1,0 en este momento no acepto privados |
.ignore $nick $+ !*@*
}

i want ignore a nick when i press f2 its fine how i do it ?
Posted By: tsoglanos Re: HELP - 25/06/04 02:56 PM
alias F2 {
ignore $nick
close -m $nick
}
Posted By: ScoT Re: HELP - 25/06/04 03:37 PM
Tip: try to stay away from using your F1 key as an alias, because it's often used to bring up the help file for many applications (including) mIRC
Posted By: jacksparrow2 Re: HELP - 25/06/04 08:42 PM
thnx man
© mIRC Discussion Forums