example.conf and m_oper fixes

This commit is contained in:
griever 2002-01-13 22:00:27 +00:00
parent 96d2cf936b
commit 0dd1483fc3
3 changed files with 5 additions and 3 deletions

View file

@ -868,7 +868,7 @@ seen. gmtime warning still there
- Added headers to all the new modules
- Fixed a typo in config.h
- Final changes to prepare for beta3
- Fixed some bugreport stuff
v- Fixed some bugreport stuff
- Fixed codemastr-on-crack bug regarding oflag
- Fixed a win32 bug where the http scanner didn't get loaded
- Hopefully fixed the weird Z:line bug on win32?
@ -1102,3 +1102,5 @@ seen. gmtime warning still there
segfaults
- Fixed res.c not managing to pass the proper type of parameter to inet_ntoa ONCE
- Lots of commands were using MAXPARA when they shouldnt have been
- passworded allow{} in example.conf doesnt match anyone anymore
- Fixed oper{} locop stuff

View file

@ -109,7 +109,7 @@ allow {
/* Passworded allow line */
allow {
ip *@*;
ip *@255.255.255.255;
hostname *@*.passworded.ugly.people;
class clients;
password "f00Ness";

View file

@ -67,7 +67,7 @@ static oper_oflag_t oper_oflags[] = {
"is now a co administrator (C)" },
{ OFLAG_ISGLOBAL, &UMODE_OPER, &oper_host,
"is now an operator (O)" },
{ 0, &UMODE_LOCOP, &locop_host,
{ 0xFFFFFFFF, &UMODE_LOCOP, &locop_host,
"is now a local operator (o)" },
{ OFLAG_HELPOP, &UMODE_HELPOP, 0 ,
0 },