forked from External/ergo
oper: Support custom vhosts, and chghost
This commit is contained in:
parent
8e2a8cb1b3
commit
29e811a531
5 changed files with 23 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue