mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -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 (
|
var (
|
||||||
restrictedNicknames = []string{
|
restrictedNicknames = []string{
|
||||||
"=scene=", // used for rp commands
|
"=scene=", // used for rp commands
|
||||||
"HistServ", // used to play back JOIN, PART, etc. to legacy clients
|
|
||||||
}
|
}
|
||||||
|
|
||||||
restrictedCasefoldedNicks = make(map[string]bool)
|
restrictedCasefoldedNicks = make(map[string]bool)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue