Added in 2.4

/updatenl

Updates the Nicklist immediately during a on KICK/on PART/on QUIT event, instead of after the event.

Example

on *:PART:#:echo -ag # Number of users on # before = $chan(#,0) | updatenl | echo -ag # Number of users on # after = $chan(#,0)