diff --git a/src/common/outbound.c b/src/common/outbound.c index 9e8ea6e3..c8e0ff64 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -3798,7 +3798,7 @@ const struct commands xc_cmds[] = { {"NICK", cmd_nick, 0, 0, 1, N_("NICK , sets your nick")}, {"NOTICE", cmd_notice, 1, 0, 1, - N_("NOTICE , sends a notice. Notices are a type of message that should be auto reacted to")}, + N_("NOTICE , sends a notice")}, {"NOTIFY", cmd_notify, 0, 0, 1, N_("NOTIFY [-n network1[,network2,...]] [], displays your notify list or adds someone to it")}, {"OP", cmd_op, 1, 1, 1,