X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodules%2Freload.h;h=dcdbc95e9f9d92b03bd9351cb6e4368aef288c7b;hb=35b70631f0532a5828b04a8e0c02092a285f331a;hp=6ee30c45e08ab4bbfc40b64177ad1bc72ef7e0ad;hpb=d3eb1a77d7ee2f924ab0fd6e5642fb328e4209d8;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modules/reload.h b/include/modules/reload.h index 6ee30c45e..dcdbc95e9 100644 --- a/include/modules/reload.h +++ b/include/modules/reload.h @@ -71,7 +71,7 @@ namespace ReloadModule virtual void OnReloadModuleSave(Module* mod, CustomData& cd) = 0; /** Restore data after a reload. Only called if data was added in OnReloadModuleSave(). - * @param mod Reloaded module + * @param mod Reloaded module, if NULL the reload failed and the module no longer exists * @param data Pointer that was passed to CustomData::add() in OnReloadModuleSave() at the time when the module's state * was saved */