diff options
Diffstat (limited to 'include/commands/cmd_whois.h')
-rw-r--r-- | include/commands/cmd_whois.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/commands/cmd_whois.h b/include/commands/cmd_whois.h index af8228c74..f929728b3 100644 --- a/include/commands/cmd_whois.h +++ b/include/commands/cmd_whois.h @@ -25,7 +25,10 @@ const char* Spacify(char* n); DllExport void do_whois(InspIRCd* Instance, userrec* user, userrec* dest,unsigned long signon, unsigned long idle, const char* nick); -/** Handle /WHOIS +/** Handle /WHOIS. 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_whois : public command_t { |