initial vhosts implementation, #183

This commit is contained in:
Shivaram Lingamneni
2018-04-19 02:48:19 -04:00
parent 40d6cd02da
commit 5e62cc4ebc
15 changed files with 1013 additions and 365 deletions
+1 -4
View File
@@ -16,10 +16,7 @@ import (
var (
restrictedNicknames = map[string]bool{
"=scene=": true, // used for rp commands
"chanserv": true,
"nickserv": true,
"hostserv": true,
"=scene=": true, // used for rp commands
}
)