diff options
Diffstat (limited to 'include/modules/help.h')
-rw-r--r-- | include/modules/help.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/modules/help.h b/include/modules/help.h index df81aecbf..2b9c84983 100644 --- a/include/modules/help.h +++ b/include/modules/help.h @@ -11,6 +11,10 @@ namespace Event { struct CoreExport Help : Events { + static constexpr const char *NAME = "help"; + + using Events::Events; + /** Called when someone uses the generic/help command * @param source Command source * @param params Params @@ -26,4 +30,3 @@ namespace Event }; } -template<> struct EventName<Event::Help> { static constexpr const char *const name = "Help"; }; |