mIRC Homepage
Posted By: RicoCC script for changing "status" - 06/02/04 12:24 AM
Hi,
I wrote an alias to change my "status". That means when I type "/s afk" my nick should change to from "rico`da" to "rico`afk" or when I type "/s off" my nick should turn into "rico`off" but it doesn't work.

Here is the alias:

Code:
alias /s /nick rico`$1



I am newbie in IRC-scripting. Please help me.
Posted By: Collective Re: script for changing "status" - 06/02/04 12:30 AM
alias /s /nick $+(rico`,$1)
© mIRC Discussion Forums