diff options
author | TingPing <tngpng@gmail.com> | 2013-04-30 21:27:41 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-30 21:27:41 -0300 |
commit | c4384265e41772d8e7709732c76cfb868821028c (patch) | |
tree | 73075dc4c3f68eb4e4abb6b8b11750cac592d21c /src/common/outbound.c | |
parent | b4c885861dc8ed195951bf9c48a893decc06d8a6 (diff) |
remove incorrect notice help info
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r-- | src/common/outbound.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <nickname>, sets your nick")}, {"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, N_("NOTIFY [-n network1[,network2,...]] [<nick>], displays your notify list or adds someone to it")}, {"OP", cmd_op, 1, 1, 1, |