Allow WEBIRC from specified hosts

This commit is contained in:
Daniel Oaks 2017-10-15 16:18:14 +10:00
parent 0cc5e68e0f
commit 34987ba53a
7 changed files with 158 additions and 41 deletions

View file

@ -276,6 +276,11 @@ var Commands = map[string]Command{
handler: versionHandler,
minParams: 0,
},
"WEBIRC": {
handler: webircHandler,
usablePreReg: true,
minParams: 4,
},
"WHO": {
handler: whoHandler,
minParams: 0,