浏览代码

fix gumble API change

master
Tim Cooper 10 年前
父节点
当前提交
ca79c8ade8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      client.go

+ 1
- 1
client.go 查看文件

@@ -102,7 +102,7 @@ func (b *Barnard) OnPermissionDenied(e *gumble.PermissionDeniedEvent) {
func (b *Barnard) OnUserList(e *gumble.UserListEvent) {
}

func (b *Barnard) OnAcl(e *gumble.AclEvent) {
func (b *Barnard) OnACL(e *gumble.ACLEvent) {
}

func (b *Barnard) OnBanList(e *gumble.BanListEvent) {


||||||
x
 
000:0
正在加载...
取消
保存