mIRC Homepage
Posted By: Thermal nick bracket problems i think - 23/12/04 11:24 PM
hello, i seem to be having a problem, when i Pm someone and i type /me in the pm window , the text shows up in the status window, and if i use the Chatops window, it says stuff twice like this .
-=12/23/04 5:11pm=- -=Jim`=- test.
-=12/23/04 5:11pm=- [C] Jim`: test.

so i was hoping that maybe some one would take a look at this code and help me solve this problem, i have tried to fix it for a while now and havnt had any luck.

on *:INPUT:*: {
if ($left($1,1) != /) {
echo $colour(own) -im2t $target $+(4-=,$iif($active ischan,$nick($chan,$me).color $+ $nick($chan,$me).pnick,$me),4=-) $1- 
.msg $target $1-
halt
}
elseif ($1 == /me) {
echo $color(action) -imt2 $target $+($chr(3),4,«) $+($chr(3),$chr(2),$me,$chr(2)) $+($chr(3),$2-)
.me $2-
halt
}
}
on ^*:TEXT:*:*: {
echo $color(normal) -lbfti2m $iif($target ischan,$chan,$nick) $+($chr(3),8-=,$iif($target ischan,$nick($chan,$nick).color $+ $nick($chan,$nick).pnick,$nick), $+ 8=- $1-)
haltdef
}
on ^*:ACTION:*:*: {
echo $color(action) -lbfti2m $chan $+($chr(3),5,«) $+($chr(3),$chr(2),$nick,$chr(2)) $+($chr(3),$1-)
haltdef
}
}

Thanks in advance smile
Happy holidays
Posted By: Zonk Re: nick bracket problems i think - 24/12/04 10:32 AM
why dont you just change your alias /me?
like
alias me { !me $1- | echo -a..... $1- }
© mIRC Discussion Forums