Rewrote settings help summaries

This commit is contained in:
James Booth
2012-10-27 19:46:48 +01:00
parent 847850742c
commit 7ba66d7edb

View File

@@ -207,7 +207,7 @@ static struct cmd_t setting_commands[] =
{ {
{ "/beep", { "/beep",
_cmd_set_beep, _cmd_set_beep,
{ "/beep on|off", "Enable/disable sound notifications.", { "/beep on|off", "Terminal beep on new messages.",
{ "/beep on|off", { "/beep on|off",
"------------", "------------",
"Switch the terminal bell on or off.", "Switch the terminal bell on or off.",
@@ -221,7 +221,7 @@ static struct cmd_t setting_commands[] =
{ "/notify", { "/notify",
_cmd_set_notify, _cmd_set_notify,
{ "/notify on|off", "Enable/disable message notifications.", { "/notify on|off", "Desktop notifications for new messages.",
{ "/notify on|off", { "/notify on|off",
"--------------", "--------------",
"Switch the message notifications on or off.", "Switch the message notifications on or off.",
@@ -234,7 +234,7 @@ static struct cmd_t setting_commands[] =
{ "/typing", { "/typing",
_cmd_set_typing, _cmd_set_typing,
{ "/typing on|off", "Enable/disable typing notifications.", { "/typing on|off", "Show when contacts typing.",
{ "/typing on|off", { "/typing on|off",
"--------------", "--------------",
"Switch typing notifications on or off for incoming messages", "Switch typing notifications on or off for incoming messages",
@@ -247,7 +247,7 @@ static struct cmd_t setting_commands[] =
{ "/remind", { "/remind",
_cmd_set_remind, _cmd_set_remind,
{ "/remind seconds", "Set message reminder period in seconds.", { "/remind seconds", "Desktop notification reminder of unread messages.",
{ "/remind seconds", { "/remind seconds",
"--------------", "--------------",
"Set the period for new message reminders as desktop notifications.", "Set the period for new message reminders as desktop notifications.",
@@ -260,7 +260,7 @@ static struct cmd_t setting_commands[] =
{ "/flash", { "/flash",
_cmd_set_flash, _cmd_set_flash,
{ "/flash on|off", "Enable/disable screen flash notifications.", { "/flash on|off", "Terminal flash on new messages.",
{ "/flash on|off", { "/flash on|off",
"-------------", "-------------",
"Make the terminal flash when incoming messages are recieved.", "Make the terminal flash when incoming messages are recieved.",
@@ -274,7 +274,7 @@ static struct cmd_t setting_commands[] =
{ "/showsplash", { "/showsplash",
_cmd_set_showsplash, _cmd_set_showsplash,
{ "/showsplash on|off", "Enable/disable splash logo on startup.", { "/showsplash on|off", "Splash logo on startup.",
{ "/showsplash on|off", { "/showsplash on|off",
"------------------", "------------------",
"Switch on or off the ascii logo on start up.", "Switch on or off the ascii logo on start up.",
@@ -295,7 +295,7 @@ static struct cmd_t setting_commands[] =
{ "/chlog", { "/chlog",
_cmd_set_chlog, _cmd_set_chlog,
{ "/chlog on|off", "Enable/disable chat logging.", { "/chlog on|off", "Chat logging to file",
{ "/chlog on|off", { "/chlog on|off",
"-------------", "-------------",
"Switch chat logging on or off.", "Switch chat logging on or off.",
@@ -311,7 +311,7 @@ static struct cmd_t setting_commands[] =
{ "/history", { "/history",
_cmd_set_history, _cmd_set_history,
{ "/history on|off", "Enable/disable chat history.", { "/history on|off", "Chat history in message windows.",
{ "/history on|off", { "/history on|off",
"-------------", "-------------",
"Switch chat history on or off, requires chlog to be enabled.", "Switch chat history on or off, requires chlog to be enabled.",