diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-15 14:59:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-15 14:59:22 +0000 |
commit | c3f221fcbbd896c75f5a95b86844854e4d1726b0 (patch) | |
tree | 66c423cd5de2ed2fc481935293eaae0e42ac1d4d /include/commands/cmd_loadmodule.h | |
parent | 7c0c957577a195b4819e4d7f2c9672d7c7522b0d (diff) |
Annotations
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5256 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands/cmd_loadmodule.h')
-rw-r--r-- | include/commands/cmd_loadmodule.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_loadmodule.h b/include/commands/cmd_loadmodule.h index f74e8dd04..f26ffc113 100644 --- a/include/commands/cmd_loadmodule.h +++ b/include/commands/cmd_loadmodule.h @@ -22,6 +22,8 @@ #include "users.h" #include "channels.h" +/** Handle /LOADMODULE + */ class cmd_loadmodule : public command_t { public: |