Kaynağa Gözat

fix histserv nick reservation

tags/v1.0.0-rc1
Shivaram Lingamneni 5 yıl önce
ebeveyn
işleme
4caa362f18
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2
    1
      irc/nickname.go

+ 2
- 1
irc/nickname.go Dosyayı Görüntüle

@@ -15,9 +15,10 @@ import (
15 15
 )
16 16
 
17 17
 var (
18
+	// anything added here MUST be casefolded:
18 19
 	restrictedNicknames = map[string]bool{
19 20
 		"=scene=":  true, // used for rp commands
20
-		"HistServ": true, // TODO(slingamn) this should become a real service
21
+		"histserv": true, // TODO(slingamn) this should become a real service
21 22
 	}
22 23
 )
23 24
 

Loading…
İptal
Kaydet