From f52c5ecc9766145235775c8c394aad3506dc2288 Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Fri, 7 Jan 2022 19:16:31 +0100 Subject: [PATCH] Actually use the ZWS --- notifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifier.go b/notifier.go index 78dd475..b354ad5 100644 --- a/notifier.go +++ b/notifier.go @@ -81,7 +81,7 @@ func (a *atMonitor) Run(c *irc.Client, done chan bool) { break } - current := atHS.UserList() + current := atHS.UserListZWS() arrived := listSubstract(current, a.previousUserList) left := listSubstract(a.previousUserList, current)