mIRC Home    About    Download    Register    News    Help

Print Thread
#145361 22/03/06 04:05 AM
Joined: Mar 2005
Posts: 3
A
Aldyn Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Mar 2005
Posts: 3
Blarrr sorry, i couldnt find anything in search, maybe i was looking for the wrong things.

Is there a script or simple snipet that will let me change the character that is displayed for actions? (the asterisk) i want to make it a middot or somehting else possibly

#145362 22/03/06 08:31 AM
Joined: Aug 2005
Posts: 525
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2005
Posts: 525
Code:
on ^*:ACTION:*:#:{
  haltdef
  echo $chan 13• $nick $1- $+ 
}

on ^*:ACTION:*:?:{
  haltdef
  echo $nick 13• $nick $1- $+ 
}

#145363 22/03/06 08:34 AM
Joined: Aug 2005
Posts: 525
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2005
Posts: 525
Well, it doesn't seem to want to display my code correctly, so I'll say here that there should be a color code (ctrl+k) directly before it says 13• and after $+ (there should be a space after $+ and then ctrl+k).

#145364 23/03/06 01:13 AM
Joined: Mar 2005
Posts: 3
A
Aldyn Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Mar 2005
Posts: 3
awesome! thanks works like a charm.

just one question, how do i set it to also do the same for when I to a /meAction thing?


Link Copied to Clipboard