X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_notice.h;h=72fd070fb4f772e6d3ce11858e120ed81de16ec3;hb=7fc5d102dba6adf56f13a2ee390f1cf43f6a1a07;hp=cb2acdf191839d222bda7f9997d290a517e116ca;hpb=d7324a55fab95b4f51672b701f2dd9cc0836abf8;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_notice.h b/include/commands/cmd_notice.h index cb2acdf19..72fd070fb 100644 --- a/include/commands/cmd_notice.h +++ b/include/commands/cmd_notice.h @@ -22,7 +22,10 @@ #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 {