mIRC Home    About    Download    Register    News    Help

Print Thread
#68814 21/01/04 09:49 PM
H
Hauxi
Hauxi
H
I'm trying to hide the /who messages but i cant, I tried everything confused

.who doesn't work,

#68815 21/01/04 10:13 PM
E
EVH
EVH
E
put in remotes
raw 352:*:haltdef
raw 315:*:haltdef

#68816 21/01/04 10:25 PM
H
Hauxi
Hauxi
H
Thanx mate wink

#68817 21/01/04 10:34 PM
I
Iori
Iori
I
The problem with that is you won't be able to see ANY /who replies anymore.
If your after hiding them from a who when you join a channel, this will do that and still enable you to use the /who command normally at other times
  • on me:*:join:#:inc -u99 $+(%,who.,$cid,#) | who #
    raw 352:*:if $eval($+(%,who.,$cid,$2),2) { halt }
    raw 315:*:if $eval($+(%,who.,$cid,$2),2) { unset $+(%,who.,$cid,$2) | halt }



Link Copied to Clipboard