1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

Fix typo in /help wallchops

This commit is contained in:
Sebastien Helleu
2010-05-24 10:02:29 +02:00
parent 69ca70cbc7
commit 5f37c28018
11 changed files with 23 additions and 46 deletions
+1 -1
View File
@@ -4886,7 +4886,7 @@ irc_command_init ()
N_("send a notice to channel ops"),
N_("[channel] text"),
N_("channel: channel name\n"
" test: text to send"),
" text: text to send"),
NULL, &irc_command_wallchops, NULL);
weechat_hook_command ("wallops",
N_("send a message to all currently connected users "