summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/irc/irc-command.c')
-rw-r--r--src/plugins/irc/irc-command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c
index e700610de..7021dfb67 100644
--- a/src/plugins/irc/irc-command.c
+++ b/src/plugins/irc/irc-command.c
@@ -4854,9 +4854,9 @@ irc_command_init ()
&irc_command_nick, NULL);
weechat_hook_command ("notice",
N_("send notice message to user"),
- N_("[-server server] nickname text"),
+ N_("[-server server] receiver text"),
N_(" server: send to this server (internal name)\n"
- "nickname: user to send notice to\n"
+ "receiver: nick or channel\n"
" text: text to send"),
"%(nicks) %-", &irc_command_notice, NULL);
weechat_hook_command ("notify",