diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-24 10:02:29 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-24 10:02:29 +0200 |
commit | 5f37c2801898c7ae2c4dbab4ce22da2274091ad6 (patch) | |
tree | c3e91aaa7a4727681d858a25aa7312b6f1332d6f /src/plugins/irc | |
parent | 69ca70cbc7307114c5788b8d5ad91ff4febbc164 (diff) | |
download | weechat-5f37c2801898c7ae2c4dbab4ce22da2274091ad6.zip |
Fix typo in /help wallchops
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-command.c | 2 |
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 " |