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

Move mkpasswd operation to unrealircdctl. For *NIX users no change as this

is done behind-the-scenes (the command is still ./unrealircd mkpasswd).
For Windows users it finally means they can generate passwords via the CLI
using: unrealircdctl mkpasswd pwdhere
This commit is contained in:
Bram Matthys
2022-01-03 14:12:32 +01:00
parent 243c6635da
commit e35c29f3d5
3 changed files with 42 additions and 39 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ elif [ "$1" = "module" ] ; then
shift
@BINDIR@/unrealircd -m $*
elif [ "$1" = "mkpasswd" ] ; then
@BINDIR@/unrealircd -P $2 $3
$UNREALIRCDCTL mkpasswd $2 $3
elif [ "$1" = "version" ] ; then
@BINDIR@/unrealircd -v
elif [ "$1" = "gencloak" ] ; then