Răsfoiți Sursa

* Add comment regarding future work

Bryan Drewery 17 ani în urmă
părinte
comite
60fb2f72b8
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      src/mod/server.mod/servmsg.c

+ 1 - 0
src/mod/server.mod/servmsg.c

@@ -1312,6 +1312,7 @@ static int got311(char *from, char *msg)
   irc_whois(nick, "$b%s$b [%s@%s]", nick, username, address);
 
   // FIXME: This should incorporate userip and member/client lookups - and should ACT on discovering a user.
+  // FIXME: This should also use whois_actually to cache userip
   simple_snprintf(uhost, sizeof uhost, "%s!%s@%s", nick, username, address);
   if ((u = get_user_by_host(uhost))) {
     int idx = 0;