3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

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

View File

@ -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)