view 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
line wrap: on
line source

---
event: onReload
summary: "Request to reload the plugin."
synopsis: "function onReload()"
---

This function is called when irccd instance reload a plugin. Thus, there are no IRC events that call this function.

This function does nothing in the irccd internals, it just calls a function that you can use to reload some data. It
does not delete anything.

If you want to fully unload a plugin, use `irccdctl unload` then `irccdctl load`.