Explorar el Código

HistServ is a real service now, remove special casing

tags/v2.1.0-rc1
Shivaram Lingamneni hace 4 años
padre
commit
df2dfb7270
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      irc/nickname.go

+ 0
- 1
irc/nickname.go Ver fichero

@@ -18,7 +18,6 @@ import (
18 18
 var (
19 19
 	restrictedNicknames = []string{
20 20
 		"=scene=",  // used for rp commands
21
-		"HistServ", // used to play back JOIN, PART, etc. to legacy clients
22 21
 	}
23 22
 
24 23
 	restrictedCasefoldedNicks = make(map[string]bool)

Loading…
Cancelar
Guardar