]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/event.h
Fix not propagating rehashes properly across the network.
[user/henk/code/inspircd.git] / include / event.h
index 73a45a5419a7396950851e210078e7cdebfb6aa3..1bcb0a5edaf17066d2f533a36d957ccfe663cdda 100644 (file)
@@ -104,6 +104,7 @@ class Events::ModuleEventListener : private dynamic_reference_base::CaptureHook
        /** Constructor
         * @param mod Module subscribing
         * @param eventid Identifier of the event to subscribe to
+        * @param eventprio The priority to give this event listener
         */
        ModuleEventListener(Module* mod, const std::string& eventid, unsigned int eventprio = DefaultPriority)
                : prov(mod, eventid)