Actually use the ZWS

main
Robert Gerus 2022-01-07 19:16:31 +01:00
parent 55aa1430f4
commit f52c5ecc97
1 changed files with 1 additions and 1 deletions

View File

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