Page 1 of 1

Cant Oper UP :(

Posted: Wed May 04, 2005 3:46 pm
by Anderson
Hey im in need of major help lol

im connected locally to my comp thats hosting the IRCD an it wont let me oper up i can oper if i use that comp but i cant when i use the other one it says Password Incorrect

every time but the pass is "food" and the user name is "Anderson" its not incorrect in anyway :S

*** Notice -- Failed OPER attempt by Anderson ([email protected]) using UID Anderson [FAILEDAUTH]

oper Anderson {
class clients;
from {
userhost *@*;
};
password "food";
flags {
netadmin;
local;
global;
admin;
services-admin;
can_rehash;
can_die;
can_restart;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_unkline;
can_localnotice;
can_globalnotice;
can_zline;
can_gkline;
can_gzline;
get_umodew;
get_host;
can_override;
can_setq;
can_dccdeny;
coadmin;
};
};

Posted: Wed May 04, 2005 3:56 pm
by Dukat
That's a lot of flags you got there... Most of them are included in "netadmin" already... :P

Anyway:
Are you running some sort of (mIRC/whatever) script on one computer but not on the other? Try /quote oper Anderson food

Posted: Wed May 04, 2005 5:07 pm
by Stealth
This is my oper block. If you notice, I can do everything, and I don't have all the flags. You don't need all the flags, because the netadmin flag includes most of them anyway.

Code: Select all

oper Stealth {
        class           clients;
        from {
                userhost *@192.168.1.*;
                userhost *@localhost;
        };
        password "3Bo9d0faP3YVo" { crypt; };
        flags {
                netadmin;
                can_addline;
                can_dccdeny;
                can_die;
                can_gkline;
                can_gzline;
                can_override;
                can_restart;
                can_zline;
                get_umodew;
        };
};

Posted: Wed May 04, 2005 6:10 pm
by Anderson
ok ill try the /quote thing brb

Posted: Wed May 04, 2005 6:12 pm
by Anderson
Dude IT WORKED WOOHOOOOOOOOOOOOO! Thanks man.

Posted: Wed May 04, 2005 10:59 pm
by Winbots
and next time dont pm me.. i told ya the answer in pm, but dont post then pm too...