mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 06:53:13 +02:00
c98eb7c54e
This is 1,5 years after 459a55245a
and we're on a new series too (5.0), so it was about time.
And YES you may still use }; if you want to. There are no
plans to deprecate or warn about it.
We simply ship with } in the shipped configs because it is
more logical that both { and } don't require a ; rather
than only { not requiring it.
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
/* OperStats Aliases */
|
|
|
|
alias operserv { type stats; }
|
|
alias os { target operserv; type stats; }
|
|
alias statserv { type stats; }
|
|
alias ss { target statserv; type stats; }
|