Updatenl » History » Version 1
Per Amundsen, 04/20/2016 09:24 AM
| 1 | 1 | Per Amundsen | _Added in 2.4_ |
|---|---|---|---|
| 2 | |||
| 3 | */updatenl* |
||
| 4 | |||
| 5 | Updates the Nicklist immediately during a [[on KICK]]/[[on PART]]/[[on QUIT]] event, instead of after the event. |
||
| 6 | |||
| 7 | *Example* |
||
| 8 | |||
| 9 | <pre> |
||
| 10 | on *:PART:#:echo -ag # Number of users on # before = $chan(#,0) | updatenl | echo -ag # Number of users on # after = $chan(#,0) |
||
| 11 | </pre> |