mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
HistServ is a real service now, remove special casing
This commit is contained in:
parent
8bebba97c3
commit
df2dfb7270
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue