make bold as Trystan pointed out
This commit is contained in:
parent
bfc0958ec3
commit
f1b9767af9
1 changed files with 5 additions and 4 deletions
|
@ -253,26 +253,27 @@ const char *ns_help_status[] = {
|
|||
};
|
||||
|
||||
const char *ns_help_set_nick[] = {
|
||||
"NICK <newnick> Change bot nickname",
|
||||
"\2NICK <newnick>\2 Change bot nickname",
|
||||
"(requires restart to take effect).",
|
||||
NULL
|
||||
};
|
||||
|
||||
const char *ns_help_set_user[] = {
|
||||
"USER <username> Change bot username",
|
||||
"\2USER <username>\2 Change bot username",
|
||||
"(requires restart to take effect).",
|
||||
NULL
|
||||
};
|
||||
|
||||
const char *ns_help_set_host[] = {
|
||||
"HOST <host> Change bot host",
|
||||
"\2HOST <host>\2 Change bot host",
|
||||
"(requires restart to take effect).",
|
||||
NULL
|
||||
};
|
||||
|
||||
const char *ns_help_set_realname[] = {
|
||||
"REALNAME <realname> Change bot realname",
|
||||
"\2REALNAME <realname>\2 Change bot realname",
|
||||
"(requires restart to take effect).",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
|
|
Reference in a new issue