HistServ is a real service now, remove special casing

This commit is contained in:
Shivaram Lingamneni 2020-05-18 05:11:44 -04:00
parent 8bebba97c3
commit df2dfb7270

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