mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
Fix name of ISUPPORT token (REGCOMMANDS -> ACCCOMMANDS)
This commit is contained in:
parent
d39cc5f5fe
commit
ab6cd599b2
@ -239,7 +239,7 @@ func (server *Server) setISupport() {
|
||||
}
|
||||
}
|
||||
|
||||
isupport.Add("REGCOMMANDS", "CREATE,VERIFY")
|
||||
isupport.Add("ACCCOMMANDS", "CREATE,VERIFY")
|
||||
isupport.Add("REGCALLBACKS", strings.Join(enabledCallbacks, ","))
|
||||
isupport.Add("REGCREDTYPES", "passphrase,certfp")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user