3
0
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:
Daniel Oaks 2018-04-01 12:04:25 +10:00
parent d39cc5f5fe
commit ab6cd599b2

View File

@ -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")
}