forked from External/ergo
implement WHOX
This commit is contained in:
parent
f2d0842453
commit
518b21e5aa
4 changed files with 138 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue