Convert the ban parts of struct SLink into struct Ban.
[ircu2.10.12-pk.git] / include / list.h
index a400ee29c8e1e30abaa777ccb557b40f50353e33..1c8880b08f5182dc1ddb86bf00456b2abe2091dd 100644 (file)
@@ -26,11 +26,6 @@ struct SLink {
     struct Channel *chptr;  /**< List element as a channel. */
     struct ConfItem *aconf; /**< List element as a configuration item. */
     char *cp;               /**< List element as a string. */
-    struct {
-      char *banstr;         /**< Ban hostmask. */
-      char *who;            /**< Name of client that set the ban. */
-      time_t when;          /**< Timestamp when ban was added. */
-    } ban;                  /**< List element as a ban. */
   } value;                  /**< Value of list element. */
   unsigned int flags;       /**< Modifier flags for list element. */
 };