comparison doc/html/api/event/onReload.md @ 15:8d74eeb81184

Docs: update documentation in the irccd JavaScript events
author David Demelier <markand@malikania.fr>
date Thu, 11 Feb 2016 13:48:53 +0100
parents 1158cffe5a5e
children 904ee87bc808
comparison
equal deleted inserted replaced
14:6b41b6461813 15:8d74eeb81184
7 This function is called when irccd instance reload a plugin. Thus, there are no IRC events that call this function. 7 This function is called when irccd instance reload a plugin. Thus, there are no IRC events that call this function.
8 8
9 This function does nothing in the irccd internals, it just calls a function that you can use to reload some data. It 9 This function does nothing in the irccd internals, it just calls a function that you can use to reload some data. It
10 does not delete anything. 10 does not delete anything.
11 11
12 If you want to fully unload a plugin, use `irccdctl unload` then `irccdctl load`. 12 If you want to fully unload a plugin, use `irccdctl plugin-unload` then `irccdctl plugin-load`.