Procházet zdrojové kódy

fix gumble API change

master
Tim Cooper před 10 roky
rodič
revize
ca79c8ade8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      client.go

+ 1
- 1
client.go Zobrazit soubor

@@ -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) {


Načítá se…
Zrušit
Uložit