Fix typo in readme & fix new line before settings
This commit is contained in:
parent
7d3cf217cb
commit
ae411a9eb5
@ -38,14 +38,14 @@ If you want to install Magicka BBS, follow these steps.
|
|||||||
|
|
||||||
6. Copy the config-default directory to a config directory.
|
6. Copy the config-default directory to a config directory.
|
||||||
|
|
||||||
`cp -r config-default config`
|
`cp -r config_default config`
|
||||||
|
|
||||||
7. Edit the config files and update essential information, like system paths and BBS name etc
|
7. Edit the config files and update essential information, like system paths and BBS name etc
|
||||||
8. Copy the ansi-default directory to the one specified in your system path
|
8. Copy the ansi-default directory to the one specified in your system path
|
||||||
|
|
||||||
eg.
|
eg.
|
||||||
|
|
||||||
`cp -r ansi-default ansi`
|
`cp -r ansi_default ansis`
|
||||||
|
|
||||||
9. Run Magicka BBS on a port over 1024 (Below require root, and we're not ready for that).
|
9. Run Magicka BBS on a port over 1024 (Below require root, and we're not ready for that).
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ void settings_menu(int sock, struct user_record *user) {
|
|||||||
char c;
|
char c;
|
||||||
|
|
||||||
while (!dosettings) {
|
while (!dosettings) {
|
||||||
s_putstring(sock, "\e[1;32mYour Settings\r\n");
|
s_putstring(sock, "\r\n\e[1;32mYour Settings\r\n");
|
||||||
s_putstring(sock, "\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n");
|
s_putstring(sock, "\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n");
|
||||||
s_putstring(sock, "\e[0;36mP. \e[1;37mPassword (\e[1;33mNot Shown\e[1;37m)\r\n");
|
s_putstring(sock, "\e[0;36mP. \e[1;37mPassword (\e[1;33mNot Shown\e[1;37m)\r\n");
|
||||||
sprintf(buffer, "\e[0;36mL. \e[1;37mLocation (\e[1;33m%s\e[1;37m)\r\n", user->location);
|
sprintf(buffer, "\e[0;36mL. \e[1;37mLocation (\e[1;33m%s\e[1;37m)\r\n", user->location);
|
||||||
|
Reference in New Issue
Block a user