]> jfr.im git - solanum.git/blobdiff - ircd/class.c
Add tests for valid_temp_time
[solanum.git] / ircd / class.c
index a7eb528ac112bb31abb08afd0968358e707d149a..71a221d15bb96d83ce23bc42b40236973acfbe54 100644 (file)
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
- *
- *  $Id: class.c 254 2005-09-21 23:35:12Z nenolod $
  */
 
 #include "stdinc.h"
-#include "config.h"
+#include "defaults.h"
 
 #include "class.h"
 #include "client.h"
-#include "common.h"
 #include "ircd.h"
 #include "numeric.h"
 #include "s_conf.h"
@@ -37,9 +34,7 @@
 #include "send.h"
 #include "match.h"
 
-#define BAD_CONF_CLASS          -1
 #define BAD_PING                -2
-#define BAD_CLIENT_CLASS        -3
 
 rb_dlink_list class_list;
 struct Class *default_class;