WinBOPM errors
Posted: Tue Nov 23, 2004 7:06 pm
Anyhoo, I downloaded the Windows port of BOPM and I can't get it to oper up. Here's the error:
Code: Select all
-irc.fr0zen.com- *** Notice -- Client connecting on port 6667: BOPM ([email protected]) [clients]
-
-irc.fr0zen.com- *** Notice -- Failed OPER attempt by BOPM ([email protected]) [unknown oper]Code: Select all
oper = "bopm <password>";Code: Select all
oper bopm {
class clients;
from {
userhost *@*;
};
password "<PASSWORD>";
flags
{
global;
local;
services-admin;
admin;
can_rehash;
can_die;
can_restart;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_gzline;
can_gkline;
can_unkline;
can_localnotice;
can_globalnotice;
netadmin;
coadmin;
can_zline;
get_umodew;
can_setq;
can_dccdeny;
can_override;
};
maxlogins 1;
snomask kcfFjveGqs;
};What's wrong with it?