removing umode from oper

These are old archives. They are kept for historic purposes only.
Post Reply
forcer
Posts: 5
Joined: Mon Nov 15, 2004 11:44 am

removing umode from oper

Post by forcer »

Code: Select all

oper forcer {
        class           opers;
        from {
                userhost *forcer@*;
        };
        password "MD5PASSWD" { md5; };
        modes "-siqgwT";
        flags
        {
                netadmin;
                can_zline;
                can_gzline;
                can_gkline;
                global;
        };
};
... or ...

Code: Select all

modes-on-oper    "+p-siqgwT";
now to describe this..
when I /oper
I want to have custom umodes described below..
That means some of my ircops don't want to recieve server notices nor any of server service messages..
I rehashed my config, became an ircop but my usermodes was unchanged
[forcer_(+Oghipsw)]

can anyone help ?
and yes I know I can /mode forcer -siqgwTp
forcer
Posts: 5
Joined: Mon Nov 15, 2004 11:44 am

Post by forcer »

ok.. I have misseen snomasks in help file.. sorry..
oper::snomask "-cFfkejvGnNqsSo";
did help.
Post Reply