diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-09 18:50:12 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-09 18:50:12 +0000 |
commit | 4e286021d730168516bbfb8c3ad38d935f28f414 (patch) | |
tree | b915ffa835e9b5042e21bce1dcf4cba7825eb8cb /include/ctables.h | |
parent | c512706209dbbf7aff9f129782b8417267808c96 (diff) |
Unbreak compile..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10131 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/ctables.h')
-rw-r--r-- | include/ctables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ctables.h b/include/ctables.h index f744d6340..2a0ce834b 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -30,7 +30,7 @@ enum TranslateType TR_NICK, /* Nickname, translate to UUID for server->server */ TR_NICKLIST, /* Comma seperated nickname list, translate to UUIDs */ TR_SPACENICKLIST, /* Space seperated nickname list, translate to UUIDs */ - TR_CUSTOM, /* Custom translation handled by EncodeParameter/DecodeParameter */ + TR_CUSTOM /* Custom translation handled by EncodeParameter/DecodeParameter */ }; /** For commands which should not be replicated to other |