mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
relay: improve message displayed when the relay is removed
This commit is contained in:
@@ -260,7 +260,7 @@ relay_command_relay (const void *pointer, void *data,
|
||||
if (ptr_option)
|
||||
weechat_config_option_free (ptr_option);
|
||||
weechat_printf (NULL,
|
||||
_("%s: relay \"%s\" (%s %s) removed"),
|
||||
_("%s: relay \"%s\" (%s: %s) removed"),
|
||||
RELAY_PLUGIN_NAME,
|
||||
argv[2],
|
||||
(ptr_server->unix_socket) ? _("path") : _("port"),
|
||||
|
||||
Reference in New Issue
Block a user