mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
irc: use a more explicit error when the creation of a temporary server failed
This commit is contained in:
@@ -1259,13 +1259,6 @@ irc_server_alloc_with_url (const char *irc_url)
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
weechat_printf (NULL,
|
||||
_("%s%s: error creating new server \"%s\""),
|
||||
weechat_prefix ("error"), IRC_PLUGIN_NAME,
|
||||
pos_address);
|
||||
}
|
||||
|
||||
free (irc_url2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user