Index: src/modules/m_map.c
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/src/modules/Attic/m_map.c,v
retrieving revision 1.1.2.2.2.4
diff -u -r1.1.2.2.2.4 m_map.c
--- src/modules/m_map.c	19 Aug 2006 13:34:20 -0000	1.1.2.2.2.4
+++ src/modules/m_map.c	11 Feb 2007 13:26:32 -0000
@@ -130,7 +130,7 @@
 	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;
