summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-03 21:23:06 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-03 21:23:06 +0000
commit34fe4276bd6bc6fee5293d4817c8e36e4fffd75c (patch)
tree008a54c6686b9adc5c027834f27f68963779ef7b /include
parentf0683739e2cfaae900a8e3ffac48ad1bc7d75e51 (diff)
(finally) remove deprecated CMD_USER_DELETED
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8807 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/ctables.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ctables.h b/include/ctables.h
index d63316475..0bd767df0 100644
--- a/include/ctables.h
+++ b/include/ctables.h
@@ -29,8 +29,7 @@ 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