mIRC Home    About    Download    Register    News    Help

Print Thread
#46992 03/09/03 11:08 PM
Joined: Jan 2003
Posts: 119
A
AKO Offline OP
Vogon poet
OP Offline
Vogon poet
A
Joined: Jan 2003
Posts: 119
I have show mode prefix disabled, but when an op leaves the channel, it still shows the mode prefix for that op. It seems to occur with the @ prefix. It occurs for both quits and parts.

#46993 03/09/03 11:12 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
i know its a bug, but...
Code:
on ^*:QUIT:{
echo $comchan($nick,1) * Quits: $remove($nick,.,@,!,+,>) $+ ( $+ $1- $+ )
haltdef
}
on ^*:PART:#:{
echo $chan * Parts: $remove($nick,.,@,!,+,>)
haltdef
}


new username: tidy_trax
#46994 03/09/03 11:25 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
well im not sure if khaled meant for it to be on all the time even if its disabled in options but in the new versions.txt

28.Nicknames in channel part/quit messages now show mode prefix.

so i dont know if this is a bug or an intentional doing ... as it doesnt say if its able to be disabled? would be nice to have khaled answer this one himself to see if it is a bug or not.

also i just tested on mine in a clean install of mirc ... and it does disable the mode prefix when u untick the show mode prefix box... so id have to assume yours is either a random fluke type bug or a script interferring.


D3m0nnet.com

Link Copied to Clipboard