1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

relay: fix typo in error displayed by command /relay del

This commit is contained in:
Sebastien Helleu
2013-04-21 21:57:21 +02:00
parent c8505efac0
commit 2a4e9aef8a
+1 -1
View File
@@ -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;
}