Empty channel = autoop...
Posted: Mon Nov 19, 2007 7:17 am
I'm having a few issues setting up a server, one of the major ones is that when I enter an empty channel, the user that enters first is automatically an operator, how do I prevent this from happening? I want a common channel, but I don't want someone to just wander in at 1am and be an operator all day...
Secondly, when logging in with a password, I can't seem to gain operator status here is my operator info:
Secondly, when logging in with a password, I can't seem to gain operator status here is my operator info:
Code: Select all
oper StrangeWill {
class clients;
from {
userhost *;
};
password "password";
flags
{
netadmin;
global;
can_rehash;
can_die;
can_restart;
helpop Oper;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_unkline;
can_gkline;
can_localnotice;
can_globalnotice;
can_zline;
can_gkline;
can_gzline;
get_umodew;
get_host;
can_override;
};
swhois "This person sees everything you do";
snomask kcFfjvGenq;
};