diff options
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 |