]> git.0d.be Git - barnard.git/commitdiff
fix gumble API change
authorTim Cooper <tim.cooper@layeh.com>
Sun, 11 Jan 2015 01:59:54 +0000 (21:59 -0400)
committerTim Cooper <tim.cooper@layeh.com>
Sun, 11 Jan 2015 01:59:54 +0000 (21:59 -0400)
client.go

index d6ef09e39c28f44423b905fe4660f6bf28aff511..44a17e7d79322ff118f49eb74828cde4d7b6b9b1 100644 (file)
--- a/client.go
+++ b/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) {