Remove the CLIENTVER 005 token. (#161)
This was introduced in commit bde6442c47
but the rationale for it is
pretty shaky. No other non-Charybdis-derived servers send it and the
features the original commit claims it can be used to detect all have
their own methods of detection. The concept of "core capabilities" and
versioned releases was also dropped by IRCv3 many years ago in favour
of living specifications.
This commit is contained in:
parent
a07fd84069
commit
cb2af23193
1 changed files with 0 additions and 1 deletions
|
@ -326,7 +326,6 @@ init_isupport(void)
|
||||||
add_isupport("DEAF", isupport_umode, "D");
|
add_isupport("DEAF", isupport_umode, "D");
|
||||||
add_isupport("TARGMAX", isupport_targmax, NULL);
|
add_isupport("TARGMAX", isupport_targmax, NULL);
|
||||||
add_isupport("EXTBAN", isupport_extban, NULL);
|
add_isupport("EXTBAN", isupport_extban, NULL);
|
||||||
add_isupport("CLIENTVER", isupport_string, "3.0");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue