diff options
Diffstat (limited to 'include/commands/cmd_pong.h')
-rw-r--r-- | include/commands/cmd_pong.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/commands/cmd_pong.h b/include/commands/cmd_pong.h index 8329072f9..6f0a2c7d2 100644 --- a/include/commands/cmd_pong.h +++ b/include/commands/cmd_pong.h @@ -23,7 +23,10 @@ #include "users.h" #include "channels.h" -/** Handle /PONG +/** Handle /PONG. 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_pong : public command_t { |