X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcommands%2Fcmd_zline.h;h=54ce1a9c1c76605133bacbde610e20bcd1ac41c2;hb=7fc5d102dba6adf56f13a2ee390f1cf43f6a1a07;hp=122fc165a5bd796059a90c2468b70b8fa2aa5224;hpb=d7324a55fab95b4f51672b701f2dd9cc0836abf8;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_zline.h b/include/commands/cmd_zline.h index 122fc165a..54ce1a9c1 100644 --- a/include/commands/cmd_zline.h +++ b/include/commands/cmd_zline.h @@ -22,7 +22,10 @@ #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 {