mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 06:56:37 +02:00
95f9c56a16
Also, you can escape a $VAR to $$VAR if you really just mean $VAR literally. Such usage would be very rare though. Note that the parser is smart enough to know that $var is never a global variable, it only warns for valid variable names like $VAR and even then only if it's at the end or has whitespace/dot/comma/etc. So... false positives should be extremely low...