]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/ctables.h
Allow for skipping clone checking before DNS is complete.
[user/henk/code/inspircd.git] / include / ctables.h
index 6ead8081f96a3cf65a8fb0fac7b49468c7baf4d3..f6d7129375e0bfef3371164ce3d3eb8f93f20b50 100644 (file)
@@ -43,7 +43,6 @@ const char FLAG_SERVERONLY = 7; // technically anything nonzero below 'A' works
  */
 enum TranslateType
 {
-       TR_END,                 /* End of known parameters, everything after this is TR_TEXT */
        TR_TEXT,                /* Raw text, leave as-is */
        TR_NICK,                /* Nickname, translate to UUID for server->server */
        TR_CUSTOM               /* Custom translation handled by EncodeParameter/DecodeParameter */