mIRC Home    About    Download    Register    News    Help

Print Thread
#239789 21/11/12 11:13 PM
Joined: Nov 2009
Posts: 23
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Nov 2009
Posts: 23
I'm trying to make it to where i don't have to keep hitting ctrl + k every time i type for color I tried using this
/msg /msg $$1 04,01 $+ $$2-
but doesn't work in my version which is 7.25 any help would be appreciated

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Do you have that in a alias? In that case msg will call msg and send it again. Where did you put it? If you put it to remote (ALT + R) in mirc, then you need to add alias to the line.

alias msg msg $$1 04,01 $+ $$2-

but it's not a good idea to change a built in feture, maybe bether to do.

alias cmsg msg $$1 04,01 $+ $$2-

In this line you call a cmsg.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Nov 2009
Posts: 23
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Nov 2009
Posts: 23
i tried both ways in remotes and in alias thats where it was before and still no go

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
You dont have two aliases named the same way? And you are shure you put it in remote? it working here.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard