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)