]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_notice.h
Add comments
[user/henk/code/inspircd.git] / include / commands / cmd_notice.h
index cb2acdf191839d222bda7f9997d290a517e116ca..72fd070fb4f772e6d3ce11858e120ed81de16ec3 100644 (file)
 #include "users.h"
 #include "channels.h"
 
-/** Handle /NOTICE
+/** Handle /NOTICE. 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_notice : public command_t
 {