mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-20 23:04:46 -07:00
Fix name of ISUPPORT token (REGCOMMANDS -> ACCCOMMANDS)
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user