i have another problem, i hope someone can tell me how i can fix this.
-=9/28/04 8:58pm=- -=MainNick=- hey ?
-=9/28/04 8:58pm=- -=@Jim`=- ?
i'm an op in the same channel, but for some reason i can't figure out how to get like an @ beside my name, or if i try to halfop my self, the % wont show up n same way with voice. here's my code maybe someone can look over for me, n tell me whats wrong with it.
on *:INPUT:*:{
if /* !iswm $$1 && ($chan || $query($target)) {
; debug
echo -at $+(4-=,$me,4=-3) $1-
.msg $v1 $1-
halt
}
}
on ^*:TEXT:*:#:{
var %i $nick(#,0)
while ($nick(#,%i) != $nick) {
dec %i
}
; debug
echo $color(normal) -tlbf # 3-= $+ $nick(#,%i).color $+ $nick(#,%i).pnick $+ 3=- $1-
halt
}
and also, when i added that code, it messed my colors up on my channel windows, it use to be if someone joined a room it would turn blue, n if they said something it would turn red, but now it just stays red even when its just someone joining.
sorry if it sounds silly, but im pretty tired.
thanks