diff options
Diffstat (limited to 'include/commands/cmd_qline.h')
-rw-r--r-- | include/commands/cmd_qline.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/commands/cmd_qline.h b/include/commands/cmd_qline.h index 816f599a2..7f7e0924a 100644 --- a/include/commands/cmd_qline.h +++ b/include/commands/cmd_qline.h @@ -22,7 +22,10 @@ #include "users.h" #include "channels.h" -/** Handle /QLINE +/** Handle /QLINE. 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_qline : public command_t { |