mIRC Homepage
Hi there,
this is what I have:
Code:
on ^*:ACTION:*:*: { 
  /echo -mbflirt $iif(#,#,$nick) 7.:Action:.  »» $nick $1- 
  /haltdef
}


.
or this line as well
.


on ^*:ACTION:*:*: echo -mbflirt $iif(#,#,$nick) 7.:Action:.  »» $nick $1- | haltdef


on an on Action event the output should be:

.:Action:. >> Chatter got a huge headache

but what ever I try the font in the word .:Action:. stays normal, not bold.. like this:

.:Action:. >> Chatter got a huge headache

Any ideas what could be wrong here? Thanks for any suggestions.
Mm it work's fine for me..you sure you don't have a similar event above it?
Worked for me as well, if you've modified the timestamp using /timestamp -f check that you haven't ended it with a bold code.
No other on Action event above it: just underneath somewhere an alias for $me when I do an action and that just works great, the output I would like to see.

Code:
alias me echo -ta 8.:Action:. »» $me $1- | .me $1-


Yes I do have timestamp -f but not ending with a bold, it is ending with color.

Code:
on *:START:{
  timestamp -f 0.:15HH0:15nn0:15ss0:.
  splay -cw sounds/Op.wav
}
Umm, is this any use to you?
Try here
Hey yes, that worked out, the bold font does show now and I could alter your code into the look I desired. Cool, thanks smile

Strange, that the other code is right as well, but shows that bug....
You're welcome dude. smile
Hmmm; you could always use:
Code:
on ^*:ACTION:*:#: {
  echo -t $nick $chr(2) $+ $chr(3) $+ 7 $+ .:Action:. $+ $chr(3) $+ $chr(2) »» $nick $1-
  haltdef 
}

Which would echo something like;
.:Action:. »» SladeKraven ...
© mIRC Discussion Forums