mIRC Homepage
Posted By: raZOR alias thing - 01/02/06 05:05 AM
i wish to to make alias /away so dialog is called on away
but then i cant execute /away "reason" coz it will call alias again :tongue:

any way to bypass this without using different alias name?

or maybe somehow with ON TEXT event ?
Posted By: DaveC Re: alias thing - 01/02/06 05:07 AM
/!away "reason"

but your asking for trouble replacing an original command, since any other script that might call /away well run the alias. (then again if u only run your own scripts u well know whats calling what)
Posted By: RusselB Re: alias thing - 01/02/06 05:09 AM
use /!away <reason>

The ! tells mIRC to use the built in command rather than the alias
Posted By: DaveC Re: alias thing - 01/02/06 05:11 AM
beat ya too it. You granny speed typer! lol
Posted By: raZOR Re: alias thing - 01/02/06 05:13 AM
hi all =)

sorry for bugging, but this simple thing:

on *:INPUT:*:{
if (away isin $1) { /away $2 | .echo -a You are marked as AWAY on reason $2 }
}

why not working ?
Posted By: RusselB Re: alias thing - 01/02/06 05:37 AM
works for me. Windows XP SP2, mIRC 6.16
Posted By: DaveC Re: alias thing - 01/02/06 05:59 AM
whats not working?
Posted By: MikeChat Re: alias thing - 01/02/06 06:09 AM
Quote:
why not working ?


Are you still using version 6.03?
Posted By: raZOR Re: alias thing - 01/02/06 01:56 PM
Quote:
Are you still using version 6.03?


yea =)

does that makes trouble?
© mIRC Discussion Forums