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:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user