1
0
Fork 0
forked from External/ergo

oper: Support custom vhosts, and chghost

This commit is contained in:
Daniel Oaks 2016-10-23 11:28:31 +10:00
parent 8e2a8cb1b3
commit 29e811a531
5 changed files with 23 additions and 2 deletions

View file

@ -18,6 +18,7 @@ const (
AccountNotify Capability = "account-notify"
AwayNotify Capability = "away-notify"
CapNotify Capability = "cap-notify"
ChgHost Capability = "chghost"
EchoMessage Capability = "echo-message"
ExtendedJoin Capability = "extended-join"
InviteNotify Capability = "invite-notify"
@ -34,6 +35,7 @@ var (
AccountNotify: true,
AwayNotify: true,
CapNotify: true,
ChgHost: true,
EchoMessage: true,
ExtendedJoin: true,
InviteNotify: true,