mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
Fix name of ISUPPORT token (REGCOMMANDS -> ACCCOMMANDS)
This commit is contained in:
parent
d39cc5f5fe
commit
ab6cd599b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue