X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/4f3f411b34d8ddb024709d7db749504a4f387e66..8e3b2b85c7221f2f9f1ca6d5e48880d521d2a1a3:/src/ircd_lexer.l diff --git a/src/ircd_lexer.l b/src/ircd_lexer.l index 4cd7e79..e7df1da 100644 --- a/src/ircd_lexer.l +++ b/src/ircd_lexer.l @@ -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}(\<.*\>|\".*\") %%