- reported by vonitsanet patched by djGrr, regarding /map is not

shown u:lined servers to local opers and /links does
This commit is contained in:
stskeeps 2007-06-15 19:58:45 +00:00
parent f3fce00218
commit 182df5db2d
2 changed files with 3 additions and 1 deletions
Changes
src/modules

View file

@ -1503,3 +1503,5 @@
- #0003092 reported by tabrisnet, patched by WolfSage, regarding
documentation says
link::bind-ip is optional, but not specifying it produces an error
- #0003232 reported by vonitsanet patched by djGrr, regarding /map is not
shown u:lined servers to local opers and /links does

View file

@ -130,7 +130,7 @@ static void dump_map(aClient *cptr, aClient *server, char *mask, int prompt_leng
for (lp = Servers; lp; lp = lp->next)
{
acptr = lp->value.cptr;
if (IsULine(acptr) && HIDE_ULINES && !IsOper(cptr))
if (IsULine(acptr) && HIDE_ULINES && !IsAnOper(cptr))
continue;
if (acptr->srvptr != server)
continue;