X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_userhost.h;h=980a464b852c5e7a04558328fac390ea95f72abe;hb=7fc5d102dba6adf56f13a2ee390f1cf43f6a1a07;hp=7f46f85f3f4ea4cd8fb55db4bb49e946b0759422;hpb=d7324a55fab95b4f51672b701f2dd9cc0836abf8;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_userhost.h b/include/commands/cmd_userhost.h index 7f46f85f3..980a464b8 100644 --- a/include/commands/cmd_userhost.h +++ b/include/commands/cmd_userhost.h @@ -22,7 +22,10 @@ #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 {