mIRC Home    About    Download    Register    News    Help

Print Thread
#151622 19/06/06 11:01 PM
Joined: Jun 2006
Posts: 1
T
thomasw Offline OP
Mostly harmless
OP Offline
Mostly harmless
T
Joined: Jun 2006
Posts: 1
How do I change the standard output

from this
<nick> message

to for example
[ nick ] :: message

Know I had a remote for that earlier but I have lost it. Hope u understand what i mean

#151623 20/06/06 01:27 AM
Joined: Apr 2006
Posts: 400
K
Fjord artisan
Offline
Fjord artisan
K
Joined: Apr 2006
Posts: 400
You'll have to edit this a little bit, the symbols are for irc.Dynastynet.net
Code:
on ^*:text:*:*:{
  .haltdef
  if ($nick isop $chan) {
    echo -ta $chr(91) $+ @ $+ $nick $+ $chr(93) $1-
  }
  if ($nick ishop $chan) {
    echo -ta $chr(91) $+ % $+ $nick $+ $chr(93) $1-
  }
  if ($nick isvo $chan) {
    echo -ta $chr(91) $+ + $+ $nick $+ $chr(93) $1-
  }
}

note: color will not be added for the nick, you will have to edit that yourself, by adding something like: echo 1 2 3, etc.

Last edited by Kurdish_Assass1n; 20/06/06 01:30 AM.

-Kurdish_Assass1n

Link Copied to Clipboard