diff options
Diffstat (limited to '')
-rw-r--r-- | bin/hilex/irc.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/hilex/irc.c b/bin/hilex/irc.c index 99097a99..acc06fdf 100644 --- a/bin/hilex/irc.c +++ b/bin/hilex/irc.c @@ -22,11 +22,12 @@ #include "hilex.h" static const char *IRC[ClassCap] = { - [Keyword] = "\00315", - [Macro] = "\0033", - [Comment] = "\0032", - [String] = "\00310", - [StringFormat] = "\00311", + [Keyword] = "\00315", + [Macro] = "\0033", + [Comment] = "\0032", + [String] = "\00310", + [StringFormat] = "\00311", + [Interpolation] = "\0037", }; static void ircHeader(const char *opts[]) { |