Actions
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)
Updated by Per Amundsen over 8 years ago · 1 revisions