summary refs log tree commit diff
path: root/bin/hilex/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hilex/irc.c')
-rw-r--r--bin/hilex/irc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/hilex/irc.c b/bin/hilex/irc.c
index acad66e0..99097a99 100644
--- a/bin/hilex/irc.c
+++ b/bin/hilex/irc.c
@@ -22,10 +22,10 @@
 #include "hilex.h"
 
 static const char *IRC[ClassCap] = {
-	[Keyword] = "\00315",
-	[Macro] = "\00303",
-	[Comment] = "\00302",
-	[String] = "\00310",
+	[Keyword]      = "\00315",
+	[Macro]        = "\0033",
+	[Comment]      = "\0032",
+	[String]       = "\00310",
 	[StringFormat] = "\00311",
 };