From 7fc5d102dba6adf56f13a2ee390f1cf43f6a1a07 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 17 Jun 2007 18:16:46 +0000 Subject: Add comments git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7374 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands/cmd_commands.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/commands/cmd_commands.h') diff --git a/include/commands/cmd_commands.h b/include/commands/cmd_commands.h index 217a8caaf..defdeeafc 100644 --- a/include/commands/cmd_commands.h +++ b/include/commands/cmd_commands.h @@ -22,7 +22,10 @@ #include "users.h" #include "channels.h" -/** Handle /COMMANDS +/** Handle /COMMANDS. 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_commands : public command_t { -- cgit v1.2.3