Add irc option for help

This commit is contained in:
Storm Dragon
2022-04-10 19:23:48 -04:00
parent 3263d02c56
commit 1be56e4fc0
2 changed files with 22 additions and 0 deletions

View File

@ -77,6 +77,9 @@ while [[ "$choice" != "Exit" ]]; do
"Set timezone")
source .includes/timezone.sh
;;
"Get help on IRC")
source .includes/irc.sh
;;
"Update configure-stormux")
sudo git pull
exit $?
@ -92,6 +95,7 @@ while [[ "$choice" != "Exit" ]]; do
"Screen reader" \
"Set up gaming" \
"Set timezone" \
"Get help on IRC" \
"Update configure-stormux" \
)" || break
done