]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/ircd_lexer.l
Send numeric 735 on MLOCK policy-restricted mode changes that are ignored.
[irc/rqf/shadowircd.git] / src / ircd_lexer.l
index 4770c3e77b4662142b560fca14f2a88715bda83a..e7df1da93fc4acff6e976a7b1efe38212679f686 100644 (file)
@@ -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}(\<.*\>|\".*\")
 
 %%