diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-21 21:57:21 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-21 21:57:21 +0200 |
commit | 2a4e9aef8a05853842858337b672bf345ba6ab38 (patch) | |
tree | eff7be422c9a57b7626c046f4b6ee5715cb30f9f | |
parent | c8505efac06cd9927cd68b1670c416508096fbd3 (diff) | |
download | weechat-2a4e9aef8a05853842858337b672bf345ba6ab38.zip |
relay: fix typo in error displayed by command /relay del
-rw-r--r-- | src/plugins/relay/relay-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c index 83d90a9f4..c97f2d5f3 100644 --- a/src/plugins/relay/relay-command.c +++ b/src/plugins/relay/relay-command.c @@ -257,7 +257,7 @@ relay_command_relay (void *data, struct t_gui_buffer *buffer, int argc, _("%s%s: missing arguments for \"%s\" " "command"), weechat_prefix ("error"), RELAY_PLUGIN_NAME, - "relay add"); + "relay del"); } return WEECHAT_RC_OK; } |