ops/bin/webirc

8 lines
263 B
Bash
Executable File

#!/bin/bash
printf 'setting up your thelounge account\n\n'
THELOUNGE_HOME=/srv/thelounge sudo -u thelounge /srv/thelounge/.yarn/bin/thelounge add "$USER"
printf '\nyou can now log in to https://irc.envs.net as %s with the password you just created.\n' "$USER"