X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/f4fd05e25197d7b9a29b80be4b3f950906e0a089..76db5f7dd4bda1d99888c90d0455ebed4fd0b39b:/include/ircd.h diff --git a/include/ircd.h b/include/ircd.h index 2ad4963..218b778 100644 --- a/include/ircd.h +++ b/include/ircd.h @@ -21,7 +21,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: ircd.h 1851 2006-08-24 17:16:53Z jilles $ */ #ifndef INCLUDED_ircd_h @@ -43,10 +42,18 @@ struct SetOptions int spam_num; int spam_time; + char operhost[REALLEN]; char operstring[REALLEN]; char adminstring[REALLEN]; }; +struct Metadata +{ + const char *name; + const char *value; + time_t timevalue; +}; + struct Counter { int oper; /* Opers */