mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 23:33:31 -07:00
HistServ is a real service now, remove special casing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user