From cd3b50d2f86d966147da2ef1806964c54b392270 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 28 Jan 2022 08:57:47 +0100 Subject: [PATCH] Update ./unrealircd usage info. --- unrealircd.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unrealircd.in b/unrealircd.in index 7a825c024..58a205688 100644 --- a/unrealircd.in +++ b/unrealircd.in @@ -276,6 +276,8 @@ else echo "unrealircd rehash Reload the configuration file" echo "unrealircd reloadtls Reload the SSL/TLS certificates" echo "unrealircd restart Restart the IRC Server (stop+start)" + echo "unrealircd status Show current status of the IRC Server" + echo "unrealircd module-status Show all currently loaded modules" echo "unrealircd upgrade Upgrade UnrealIRCd to the latest version" echo "unrealircd upgrade-conf Upgrade the configuration file from UnrealIRCd" echo " 3.2.x/4.x to 5.x format"