]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/ircd_lexer.l
Cleanup cmode help files and add cmodes provided by extensions.
[irc/rqf/shadowircd.git] / src / ircd_lexer.l
index 4cd7e793852e3d16d0e0604ea1029566654f2ea9..e7df1da93fc4acff6e976a7b1efe38212679f686 100644 (file)
@@ -38,7 +38,7 @@
 #include "ircd_defs.h"
 #include "common.h"
 #include "config.h"
-#include "s_log.h"
+#include "logger.h"
 #include "s_conf.h"
 #include "newconf.h"
 
@@ -91,7 +91,7 @@ ws        [ \t]*
 digit     [0-9]
 comment   #.*
 qstring   \"[^\"\n]*[\"\n]
-string    [a-zA-Z_\~][a-zA-Z0-9_]*
+string    [a-zA-Z_\~\:][a-zA-Z0-9_\:]*
 include   \.include{ws}(\<.*\>|\".*\")
 
 %%