summaryrefslogtreecommitdiff
path: root/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'app.go')
-rw-r--r--app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.go b/app.go
index 237d606..0e60b80 100644
--- a/app.go
+++ b/app.go
@@ -673,7 +673,7 @@ func (app *App) handleIRCEvent(netID string, ev interface{}) {
Mergeable: true,
})
case irc.SelfPartEvent:
- app.win.RemoveBuffer(ev.Channel)
+ app.win.RemoveBuffer(netID, ev.Channel)
delete(app.messageBounds, boundKey{netID, ev.Channel})
case irc.UserPartEvent:
var body ui.StyledStringBuilder