Cant Oper UP :(

These are old archives. They are kept for historic purposes only.
Post Reply
Anderson
Posts: 3
Joined: Sat Apr 30, 2005 9:52 pm

Cant Oper UP :(

Post 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;
};
};
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post 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;
        };
};
Anderson
Posts: 3
Joined: Sat Apr 30, 2005 9:52 pm

Post by Anderson »

ok ill try the /quote thing brb
Anderson
Posts: 3
Joined: Sat Apr 30, 2005 9:52 pm

Post by Anderson »

Dude IT WORKED WOOHOOOOOOOOOOOOO! Thanks man.
Winbots
Posts: 65
Joined: Wed Apr 21, 2004 12:26 am
Location: irc://irc.winbots.org/Winbots
Contact:

Post by Winbots »

and next time dont pm me.. i told ya the answer in pm, but dont post then pm too...
Post Reply