]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_zline.h
Add comments
[user/henk/code/inspircd.git] / include / commands / cmd_zline.h
index 122fc165a5bd796059a90c2468b70b8fa2aa5224..54ce1a9c1c76605133bacbde610e20bcd1ac41c2 100644 (file)
 #include "users.h"
 #include "channels.h"
 
-/** Handle /ZLINE
+/** Handle /ZLINE. 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_zline : public command_t
 {