remove incorrect notice help info
This commit is contained in:
parent
b4c885861d
commit
c4384265e4
|
@ -3798,7 +3798,7 @@ const struct commands xc_cmds[] = {
|
||||||
{"NICK", cmd_nick, 0, 0, 1, N_("NICK <nickname>, sets your nick")},
|
{"NICK", cmd_nick, 0, 0, 1, N_("NICK <nickname>, sets your nick")},
|
||||||
|
|
||||||
{"NOTICE", cmd_notice, 1, 0, 1,
|
{"NOTICE", cmd_notice, 1, 0, 1,
|
||||||
N_("NOTICE <nick/channel> <message>, sends a notice. Notices are a type of message that should be auto reacted to")},
|
N_("NOTICE <nick/channel> <message>, sends a notice")},
|
||||||
{"NOTIFY", cmd_notify, 0, 0, 1,
|
{"NOTIFY", cmd_notify, 0, 0, 1,
|
||||||
N_("NOTIFY [-n network1[,network2,...]] [<nick>], displays your notify list or adds someone to it")},
|
N_("NOTIFY [-n network1[,network2,...]] [<nick>], displays your notify list or adds someone to it")},
|
||||||
{"OP", cmd_op, 1, 1, 1,
|
{"OP", cmd_op, 1, 1, 1,
|
||||||
|
|
Loading…
Reference in New Issue