supported: Add CLIENTVER=3.0 to indicate presence of 3.0 core capabilities (such as CAP, extended WHO, etc) as requested by LifeIsPain.
This commit is contained in:
parent
4cb3ae7836
commit
0a304f3813
|
@ -325,4 +325,5 @@ init_isupport(void)
|
|||
add_isupport("TARGMAX", isupport_targmax, NULL);
|
||||
add_isupport("EXTBAN", isupport_extban, NULL);
|
||||
add_isupport("WHOX", isupport_string, "");
|
||||
add_isupport("CLIENTVER", isupport_string, "3.0");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue