diff --git a/modules/m_whois.c b/modules/m_whois.c index 6d4efcc..d6542bd 100644 --- a/modules/m_whois.c +++ b/modules/m_whois.c @@ -312,6 +312,7 @@ single_whois(struct Client *source_p, struct Client *target_p, int operspy) target_p->name, target_p->servptr->name, target_p->servptr->info); } else { + //TODO: change this to a config value sendto_one_numeric(source_p, RPL_WHOISSERVER, form_str(RPL_WHOISSERVER), target_p->name, "irc.server", "An IRC server"); }