whel it wors some part
but when i type my text it it looks like nothing was changed
why that ?
allso i get then 2 same message
one with regular mIRC brackets < and >
and one with replaced
and one more thing
when nick is op i would like to look like this
[@ nick ]
is this good then
Code:
on ^*:text:*:#: {
  if ($nick isop $chan) { echo -t $chan $+([4@,$nick,]) $1- }
  if ($nick ishop $chan) { echo -t $chan $+([4%,$nick,]) $1- }
  if ($nick isvoice $chan) { echo -t $chan $+([4+,$nick,]) $1- }
  if ($nick isreg $chan) { echo -t $chan $+([,$nick,]) $1- }
}