]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/ctables.h
Correctly rewrite bans in 1.2 also, and make zline on nicks actually work.
[user/henk/code/inspircd.git] / include / ctables.h
index d6331647554b48587c8c3d3b11a9360d0708c92d..8daddf1922351edf2a4c513d785d37ede36ec9ef 100644 (file)
 #ifndef __CTABLES_H__
 #define __CTABLES_H__
 
-
-#include "inspircd_config.h"
-#include "hash_map.h"
-#include "base.h"
-
-/* Forward declarations - required */
-class User;
-class InspIRCd;
-
 /** Used to indicate command success codes
  */
 enum CmdResult
 {
        CMD_FAILURE = 0,        /* Command exists, but failed */
        CMD_SUCCESS = 1,        /* Command exists, and succeeded */
-       CMD_INVALID = 2,        /* Command doesnt exist at all! */
-       CMD_USER_DELETED = 3    /* User was deleted - DEPRECIATED */
+       CMD_INVALID = 2         /* Command doesnt exist at all! */
 };
 
 enum TranslateType