mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-27 17:28:11 -07:00
unconditionally destroy the client on unregister
This avoids conditions where two sessions can be attached to the same client while not logged into an account.
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ import (
|
||||
|
||||
var (
|
||||
restrictedNicknames = []string{
|
||||
"=scene=", // used for rp commands
|
||||
"=scene=", // used for rp commands
|
||||
}
|
||||
|
||||
restrictedCasefoldedNicks = make(map[string]bool)
|
||||
|
||||
Reference in New Issue
Block a user