view doc/html/api/event/onReload.md @ 254:93a227277786

Irccd: various fixes for further cross-compilation
author David Demelier <markand@malikania.fr>
date Mon, 05 Sep 2016 12:53:13 +0200
parents 8d74eeb81184
children 904ee87bc808
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 plugin-unload` then `irccdctl plugin-load`.