mIRC Home    About    Download    Register    News    Help

Print Thread
N
NiGHtOwL
NiGHtOwL
N
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.

Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
Mm it work's fine for me..you sure you don't have a similar event above it?

Joined: May 2003
Posts: 215
L
Fjord artisan
Offline
Fjord artisan
L
Joined: May 2003
Posts: 215
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.

N
NiGHtOwL
NiGHtOwL
N
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
}

Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Umm, is this any use to you?
Try here

N
NiGHtOwL
NiGHtOwL
N
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....

Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
You're welcome dude. smile

Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
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 ...


Link Copied to Clipboard