Bob Mottram 9 years ago
parent
commit
0ca7bc1692
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel View File

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