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; }