diff options
Diffstat (limited to 'include/commands/cmd_whowas.h')
-rw-r--r-- | include/commands/cmd_whowas.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/commands/cmd_whowas.h b/include/commands/cmd_whowas.h index e2bab7a0f..c3e00c6de 100644 --- a/include/commands/cmd_whowas.h +++ b/include/commands/cmd_whowas.h @@ -54,7 +54,10 @@ typedef std::map<irc::string,whowas_set*> whowas_users; */ typedef std::deque<std::pair<time_t,irc::string> > whowas_users_fifo; -/** Handle /WHOWAS +/** Handle /WHOWAS. 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_whowas : public command_t { |