Explorar el Código

Fix name of ISUPPORT token (REGCOMMANDS -> ACCCOMMANDS)

tags/v0.11.0-beta
Daniel Oaks hace 6 años
padre
commit
ab6cd599b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      irc/server.go

+ 1
- 1
irc/server.go Ver fichero

@@ -239,7 +239,7 @@ func (server *Server) setISupport() {
239 239
 			}
240 240
 		}
241 241
 
242
-		isupport.Add("REGCOMMANDS", "CREATE,VERIFY")
242
+		isupport.Add("ACCCOMMANDS", "CREATE,VERIFY")
243 243
 		isupport.Add("REGCALLBACKS", strings.Join(enabledCallbacks, ","))
244 244
 		isupport.Add("REGCREDTYPES", "passphrase,certfp")
245 245
 	}

Loading…
Cancelar
Guardar