diff -urN unreal/include/config.h unreal.orig/include/config.h
--- unreal/include/config.h	2013-01-30 16:42:42.000000000 -0600
+++ unreal.orig/include/config.h	2013-01-30 16:49:43.000000000 -0600
@@ -87,6 +87,13 @@
 #define SHOW_SECRET
 
 /*
+ * Define default oper snomasks
+ */
+
+#define SNO_DEFOPER "+kscfvGqo"
+#define SNO_DEFUSER "+ks"
+
+/*
  * Admin's chat...
  */
 #define ADMINCHAT 1
diff -urN unreal/include/struct.h unreal.orig/include/struct.h
--- unreal/include/struct.h	2013-01-30 16:42:42.000000000 -0600
+++ unreal.orig/include/struct.h	2013-01-30 16:48:44.000000000 -0600
@@ -344,9 +344,6 @@
  * -DuffJ
  */
 
-#define SNO_DEFOPER "+kscfvGqo"
-#define SNO_DEFUSER "+ks"
-
 #define SEND_UMODES (SendUmodes)
 #define ALL_UMODES (AllUmodes)
 /* SEND_UMODES and ALL_UMODES are now handled by umode_get/umode_lget/umode_gget -- Syzop. */
