mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 17:14:46 +02:00
Conditional Config: add support for @else
Actually surprisingly easy due to simply flipping item->negative :D
This commit is contained in:
@@ -20,6 +20,7 @@ This is work in progress and may not always be a stable version.
|
||||
* Variable comparisons now support `>`, `>=`, `<`, `<=` in addition
|
||||
to `==` and `!=`. Uses natural ordering, so version strings and
|
||||
numbers compare correctly. Example: `@if $MAXCONNECTIONS >= 1024`.
|
||||
* Support `@else`: `@if ... @else ... @endif`.
|
||||
|
||||
### Changes:
|
||||
* [GeoIP](https://www.unrealircd.org/docs/GeoIP):
|
||||
|
||||
Reference in New Issue
Block a user