]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Allow : to be in 'string' values.
authorWilliam Pitcock <redacted>
Sun, 17 Aug 2008 12:41:52 +0000 (07:41 -0500)
committerWilliam Pitcock <redacted>
Sun, 17 Aug 2008 12:41:52 +0000 (07:41 -0500)
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}(\<.*\>|\".*\")
 
 %%