mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2004
Posts: 10
D
Pikka bird
OP Offline
Pikka bird
D
Joined: Mar 2004
Posts: 10
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


Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
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


Those who fail history are doomed to repeat it
Joined: Oct 2003
Posts: 214
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 214
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


one step closer to world domination

Link Copied to Clipboard