modules/m_whois: TODO added

This commit is contained in:
Sam Dodrill 2014-06-01 16:13:57 -07:00
parent 5cbf96e318
commit 246a41fd4e
1 changed files with 1 additions and 0 deletions

View File

@ -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");
}