]> jfr.im git - solanum.git/blobdiff - include/monitor.h
Make opers with no known privset pass IsOperGeneral
[solanum.git] / include / monitor.h
index 633d569a407a96882be26b7ac1c9759803d252b9..0e70653ca15a4f2bba8077a1e4d09063545c53e4 100644 (file)
@@ -4,8 +4,6 @@
  *
  * Copyright (C) 2005 Lee Hardy <lee -at- leeh.co.uk>
  * Copyright (C) 2005 ircd-ratbox development team
- *
- * $Id: monitor.h 6 2005-09-10 01:02:21Z nenolod $
  */
 #ifndef INCLUDED_monitor_h
 #define INCLUDED_monitor_h
@@ -14,7 +12,6 @@ struct rb_bh;
 
 struct monitor
 {
-       struct monitor *hnext;
        char name[NICKLEN];
        rb_dlink_list users;
        rb_dlink_node node;