Browse Source

HistServ is a real service now, remove special casing

tags/v2.1.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
df2dfb7270
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      irc/nickname.go

+ 0
- 1
irc/nickname.go View 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…
Cancel
Save