mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Throw an error when a chatnet has no available url
If you type /connect <CN> and the chatnet <CN> has no url available let's just throw an error instead of trying to process <CN> as a url.
This commit is contained in:
parent
795b7de808
commit
6745dd6159
6 changed files with 15 additions and 2 deletions
|
|
@ -223,6 +223,7 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
{ "invalid_charset", "Invalid charset: $0", 1, { 0 } },
|
||||
{ "eval_max_recurse", "/eval hit maximum recursion limit", 0 },
|
||||
{ "program_not_found", "Could not find file or file is not executable", 0 },
|
||||
{ "no_server_defined", "No servers defined for this network, see /help server for how to add one", 0 },
|
||||
|
||||
/* ---- */
|
||||
{ NULL, "Themes", 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue