summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-04-21 21:57:21 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-04-21 21:57:21 +0200
commit2a4e9aef8a05853842858337b672bf345ba6ab38 (patch)
treeeff7be422c9a57b7626c046f4b6ee5715cb30f9f
parentc8505efac06cd9927cd68b1670c416508096fbd3 (diff)
downloadweechat-2a4e9aef8a05853842858337b672bf345ba6ab38.zip
relay: fix typo in error displayed by command /relay del
-rw-r--r--src/plugins/relay/relay-command.c2
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;
}