]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/reload.h
Merge tag 'v2.0.26' into master.
[user/henk/code/inspircd.git] / include / modules / reload.h
index 6ee30c45e08ab4bbfc40b64177ad1bc72ef7e0ad..dcdbc95e9f9d92b03bd9351cb6e4368aef288c7b 100644 (file)
@@ -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
                 */