mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
fix histserv nick reservation
This commit is contained in:
parent
a52d167278
commit
4caa362f18
@ -15,9 +15,10 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
// anything added here MUST be casefolded:
|
||||
restrictedNicknames = map[string]bool{
|
||||
"=scene=": true, // used for rp commands
|
||||
"HistServ": true, // TODO(slingamn) this should become a real service
|
||||
"histserv": true, // TODO(slingamn) this should become a real service
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user