mIRC Home    About    Download    Register    News    Help

Print Thread
#70422 06/02/04 12:24 AM
Joined: Feb 2004
Posts: 2
R
RicoCC Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
R
Joined: Feb 2004
Posts: 2
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.

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
alias /s /nick $+(rico`,$1)


Link Copied to Clipboard