summaryrefslogtreecommitdiff
path: root/src/plugins/irc
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-05-24 10:02:29 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-05-24 10:02:29 +0200
commit5f37c2801898c7ae2c4dbab4ce22da2274091ad6 (patch)
treec3e91aaa7a4727681d858a25aa7312b6f1332d6f /src/plugins/irc
parent69ca70cbc7307114c5788b8d5ad91ff4febbc164 (diff)
downloadweechat-5f37c2801898c7ae2c4dbab4ce22da2274091ad6.zip
Fix typo in /help wallchops
Diffstat (limited to 'src/plugins/irc')
-rw-r--r--src/plugins/irc/irc-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c
index 1fd77c938..6e81d9685 100644
--- a/src/plugins/irc/irc-command.c
+++ b/src/plugins/irc/irc-command.c
@@ -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 "