Index: include/struct.h
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/include/struct.h,v
retrieving revision 1.1.1.1.6.1.2.276
diff -u -r1.1.1.1.6.1.2.276 struct.h
--- include/struct.h	16 Apr 2007 17:05:47 -0000	1.1.1.1.6.1.2.276
+++ include/struct.h	21 Apr 2007 04:09:02 -0000
@@ -1670,7 +1670,7 @@
  */
 #define	MyConnect(x)			((x)->fd != -256)
 #define	MyClient(x)			(MyConnect(x) && IsClient(x))
-#define	MyOper(x)			(MyConnect(x) && IsOper(x))
+#define	MyOper(x)			(MyConnect(x) && IsAnOper(x))
 
 #ifdef CLEAN_COMPILE
 #define TStime() (time(NULL) + TSoffset)
