comparison doc/html/api/event/onReload.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children 8d74eeb81184
comparison
equal deleted inserted replaced
-1:000000000000 0:1158cffe5a5e
1 ---
2 event: onReload
3 summary: "Request to reload the plugin."
4 synopsis: "function onReload()"
5 ---
6
7 This function is called when irccd instance reload a plugin. Thus, there are no IRC events that call this function.
8
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.
11
12 If you want to fully unload a plugin, use `irccdctl unload` then `irccdctl load`.