diff options
Diffstat (limited to 'include/commands/cmd_clearcache.h')
-rw-r--r-- | include/commands/cmd_clearcache.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/commands/cmd_clearcache.h b/include/commands/cmd_clearcache.h index 9af8fcb39..750e0ea86 100644 --- a/include/commands/cmd_clearcache.h +++ b/include/commands/cmd_clearcache.h @@ -21,7 +21,10 @@ #include "channels.h" #include "ctables.h" -/** Handle /ADMIN +/** Handle /ADMIN. These command handlers can be reloaded by the core, + * and handle basic RFC1459 commands. Commands within modules work + * the same way, however, they can be fully unloaded, where these + * may not. */ class cmd_clearcache : public command_t { |