mIRC Homepage
Posted By: DarkDeviL2 Address Book (Protect List) Bug? - 27/04/04 06:02 PM
Hi,

I guess it's a bug...

I have some in my Protect List, in the Adderss Book,

when a server (ex: hub.dk.staynet.org) deops them, or are kicking them from a channel,
I'm getting, for a example:

hub.dk.staynet.org #Bots They aren't on that channel

Isn't that a bug? It tries to kick a server, when it's kicking?

Perhaps it needs (mIRC Script)

"if (. isincs $nick) return"
...if I'm right, sure something other in mIRC's source.. there it is C/C++, and is a bit different :P

I don't know if it's a really bug.. or, even, if it is, it's just a little one... :P

I guess that a report of it would be good... smile

Posted By: landonsandor Re: Address Book (Protect List) Bug? - 28/04/04 03:36 AM
perhaps a way around that would be if in the protect feature it checked if $nick != $server (or whatever the coparison would be) and if it is a server, ignore it (or reop them via checkbox option). Just my thoughts
Posted By: Sephiroth_ Re: Address Book (Protect List) Bug? - 28/04/04 04:11 PM
The Server mode events are only triggered for
"mode" -> on servermode -> * server.net sets mode: +i
"op" -> on serverop -> * server.net sets mode: +o user
but for nothing else

maybe something like on serverdeop, on serverkick and so on should be added
© mIRC Discussion Forums