summaryrefslogtreecommitdiff
path: root/include/commands/cmd_kick.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_kick.h')
-rw-r--r--include/commands/cmd_kick.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/commands/cmd_kick.h b/include/commands/cmd_kick.h
index 312944cde..6cb2148a5 100644
--- a/include/commands/cmd_kick.h
+++ b/include/commands/cmd_kick.h
@@ -22,7 +22,10 @@
#include "users.h"
#include "channels.h"
-/** Handle /KICK
+/** Handle /KICK. 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_kick : public command_t
{