mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-13 13:41:37 +01:00
- #0003232 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:
parent
f3fce00218
commit
182df5db2d
2 changed files with 3 additions and 1 deletions
2
Changes
2
Changes
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue