]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_userhost.h
Add comments
[user/henk/code/inspircd.git] / include / commands / cmd_userhost.h
index 7f46f85f3f4ea4cd8fb55db4bb49e946b0759422..980a464b852c5e7a04558328fac390ea95f72abe 100644 (file)
 #include "users.h"
 #include "channels.h"
 
-/** Handle /USERHOST
+/** Handle /USERHOST. 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_userhost : public command_t
 {