]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/ircd.h
Added tag shadowircd-6.3.0-RC1 for changeset 5d25c87c7895
[irc/rqf/shadowircd.git] / include / ircd.h
index 2ad4963b8ab23032c063c8bbce965775a77ab1a3..218b778bbb5b3235d50f22037ddcb92ae57a9da8 100644 (file)
@@ -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 */