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;
};
};
Cant Oper UP :(
-
Stealth
- Head of Support
- Posts: 2085
- Joined: Tue Jun 15, 2004 8:50 pm
- Location: Chino Hills, CA, US
- Contact:
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;
};
};-
Winbots
- Posts: 65
- Joined: Wed Apr 21, 2004 12:26 am
- Location: irc://irc.winbots.org/Winbots
- Contact: