Removes a Fiber from being called at any point later.
Updates the nextScheduledTimestamp UNIX timestamp (by way of
IRCPluginState.updateSchedule)
so that the main loop knows when to process the array of Fibers.
Do not destroy and free the removed Fiber, as it may be reused.
Removes a Fiber from being called at any point later.
Updates the nextScheduledTimestamp UNIX timestamp (by way of IRCPluginState.updateSchedule) so that the main loop knows when to process the array of Fibers.
Do not destroy and free the removed Fiber, as it may be reused.