diff options
Diffstat (limited to 'include/commands/cmd_oper.h')
-rw-r--r-- | include/commands/cmd_oper.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/commands/cmd_oper.h b/include/commands/cmd_oper.h index 9a06a0922..405019fbc 100644 --- a/include/commands/cmd_oper.h +++ b/include/commands/cmd_oper.h @@ -24,7 +24,10 @@ bool OneOfMatches(const char* host, const char* ip, const char* hostlist); -/** Handle /OPER +/** Handle /OPER. 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_oper : public command_t { |