mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2004
Posts: 44
T
Thermal Offline OP
Ameglian cow
OP Offline
Ameglian cow
T
Joined: Sep 2004
Posts: 44
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

Joined: Jan 2003
Posts: 53
Z
Babel fish
Offline
Babel fish
Z
Joined: Jan 2003
Posts: 53
why dont you just change your alias /me?
like
alias me { !me $1- | echo -a..... $1- }


Link Copied to Clipboard