m_netadmins

These are old archives. They are kept for historic purposes only.

Moderators: Gottem, Supporters

Post Reply
dEathLeSs
Posts: 17
Joined: Mon Apr 10, 2017 2:35 pm

m_netadmins

Post by dEathLeSs »

operclass.conf {m_netadmins {full; }; throws from the server although it is attached. But eggdrop bots are not thrown. :roll:
Gottem
UnrealIRCd coder
Posts: 192
Joined: Fri Aug 19, 2016 5:26 pm
Location: NL

Re: m_netadmins

Post by Gottem »

It's still not clear what the problem is. Try to provide more details.
If you like my modules, pls consider donating (credit card or iDEAL, use the custom job fee option in my shop) ;];]
dEathLeSs
Posts: 17
Joined: Mon Apr 10, 2017 2:35 pm

Re: m_netadmins

Post by dEathLeSs »

does not provide protection
Gottem
UnrealIRCd coder
Posts: 192
Joined: Fri Aug 19, 2016 5:26 pm
Location: NL

Re: m_netadmins

Post by Gottem »

Do you even understand what I'm saying?
Gottem wrote: Fri Aug 16, 2019 3:53 pm Try to provide more details.
Stuff like relevant config sections, example output from the server, etc. I need enough information to at least reproduce the issue, I'm not a mind reader.
If you like my modules, pls consider donating (credit card or iDEAL, use the custom job fee option in my shop) ;];]
dEathLeSs
Posts: 17
Joined: Mon Apr 10, 2017 2:35 pm

Re: m_netadmins

Post by dEathLeSs »

Ohh Sorry. :)

* Global Z-Line added for *@176.235.191.130 on Tue Sep 10 13:01:22 2019 GMT (from Koruma![email protected] to expire at Tue Sep 10 18:01:22 2019 GMT: Clone girişi yasak!)

dı ««« KaRaMeL ([email protected] Banned (Z-Lined): Clone girişi yasak!)
dEathLeSs
Posts: 17
Joined: Mon Apr 10, 2017 2:35 pm

Re: m_netadmins

Post by dEathLeSs »

operclass netadmin {
permissions {
chat;
channel { operonly; see; override; mode { flood; }; };
client;
immune;
self;
server { opermotd; info; close; module; dns; rehash;
remote; description; addmotd;
addomotd; tsctl; };
route;
kill;
server-ban;
sacmd;
services;
override { see; mode; nick; };
map;
m_netadmins { full; };
saumode; sanick; saprivmsg;
operpasswd;
};
};
CrazyCat
Posts: 215
Joined: Thu Apr 28, 2005 1:05 pm
Location: France
Contact:

Re: m_netadmins

Post by CrazyCat »

I don't really understand your trouble. I guess Karamel is your eggdrop and it had clones, so a zline is added ?
Zline doesn't matter if an user with the banned ip is netadmin or not, zline blocks the IP, not an user.
If you want to protect the IP of an admin, add an exception.

m_netadmins prevent direct kills, not IP banning.
Gottem
UnrealIRCd coder
Posts: 192
Joined: Fri Aug 19, 2016 5:26 pm
Location: NL

Re: m_netadmins

Post by Gottem »

CrazyCat wrote: Wed Sep 11, 2019 6:24 am m_netadmins prevent direct kills, not IP banning.
That's not true actually. ;] The module overrides KILL, KLINE, ZLINE, GLINE, GZLINE, SHUN and TEMPSHUN, but only for opers. So servers can still do all that regardless of netadmins settings.

Since dEathLeSs only provided half a config, I'm going to take a wild guess as to what the problem might be. KaRaMeL likely isn't even opered up or it's not using the "netadmin" operclass.
If you like my modules, pls consider donating (credit card or iDEAL, use the custom job fee option in my shop) ;];]
Post Reply