1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

Fix /help notice: receiver can be nick or channel

This commit is contained in:
Sebastien Helleu
2010-11-29 10:22:20 +01:00
parent 528dc258ca
commit 13de7e327c
15 changed files with 180 additions and 71 deletions
+2 -2
View File
@@ -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",