implement WHOX

This commit is contained in:
jesopo 2020-07-11 16:45:02 +01:00
parent f2d0842453
commit 518b21e5aa
4 changed files with 138 additions and 32 deletions

View file

@ -1240,6 +1240,7 @@ func (config *Config) generateISupport() (err error) {
if config.Server.Casemapping == CasemappingPRECIS {
isupport.Add("UTF8MAPPING", precisUTF8MappingToken)
}
isupport.Add("WHOX", "")
err = isupport.RegenerateCachedReply()
return