Author: Andres Miller <a1kmm@mware.virtualave.net>
[ircu2.10.12-pk.git] / include / motd.h
index ba2204a40ea20817bb176a9ead017e53279db938..5ee6e050e149336c1606a5c08a70896802d4bfa4 100644 (file)
@@ -38,10 +38,8 @@ struct TRecord;
 struct Motd {
   struct Motd*         next;
   int                  type;
-  union {
-    char*              hostmask;
-    int                        class;
-  }                    id;
+  /* Used for classname if it is a class. */
+  char*                hostmask;
   char*                        path;
   int                  maxcount;
   struct MotdCache*    cache;