Sfoglia il codice sorgente

HistServ is a real service now, remove special casing

tags/v2.1.0-rc1
Shivaram Lingamneni 4 anni fa
parent
commit
df2dfb7270
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      irc/nickname.go

+ 0
- 1
irc/nickname.go Vedi File

@@ -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…
Annulla
Salva