1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Add "./unrealircd genlinkblock" which spits out a link { } block. Hmm...

we'll see later if this is a good idea or not.. it has pros and cons.
This commit is contained in:
Bram Matthys
2020-01-19 19:32:21 +01:00
parent ffd0acf5d5
commit 870057d4f3
6 changed files with 119 additions and 26 deletions
+2
View File
@@ -289,6 +289,8 @@ elif [ "$1" = "hot-patch" -o "$1" = "cold-patch" ] ; then
else
echo "Patch applied successfully. You must now restart your IRC server."
fi
elif [ "$1" = "genlinkblock" ] ; then
@BINDIR@/unrealircd -L
else
if [ "$1" = "" ]; then
echo "This script expects a parameter. Use:"