This commit is contained in:
Bob Mottram 2016-04-05 10:00:01 +01:00
parent 5a7b501e50
commit 0ca7bc1692
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ function change_password {
function irc_show_password {
IRC_PASSWORD=$(cat /etc/ngircd/ngircd.conf | grep "Password =" | head -n 1 | awk -F '=' '{print $2}')
dialog --title $"IRC Password" \
--msgbox "$IRC_PASSWORD" 4 40
--msgbox "$IRC_PASSWORD" 6 40
}
function irc_set_global_password {