Merge branch 'master' into IQ_Roster

This commit is contained in:
remicorniere 2019-12-23 08:09:39 +00:00 committed by GitHub
commit f8f820170e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,7 +194,6 @@ func setKeyBindings(g *gocui.Gui) {
if err := g.SetKeybinding(disconnectMsg, gocui.KeyEnter, gocui.ModNone, delMsg); err != nil { if err := g.SetKeybinding(disconnectMsg, gocui.KeyEnter, gocui.ModNone, delMsg); err != nil {
log.Panicln(err) log.Panicln(err)
} }
} }
// General // General