Taller
This commit is contained in:
parent
5a7b501e50
commit
0ca7bc1692
|
@ -635,7 +635,7 @@ function change_password {
|
||||||
function irc_show_password {
|
function irc_show_password {
|
||||||
IRC_PASSWORD=$(cat /etc/ngircd/ngircd.conf | grep "Password =" | head -n 1 | awk -F '=' '{print $2}')
|
IRC_PASSWORD=$(cat /etc/ngircd/ngircd.conf | grep "Password =" | head -n 1 | awk -F '=' '{print $2}')
|
||||||
dialog --title $"IRC Password" \
|
dialog --title $"IRC Password" \
|
||||||
--msgbox "$IRC_PASSWORD" 4 40
|
--msgbox "$IRC_PASSWORD" 6 40
|
||||||
}
|
}
|
||||||
|
|
||||||
function irc_set_global_password {
|
function irc_set_global_password {
|
||||||
|
|
Loading…
Reference in New Issue