소스 검색

* Add comment regarding future work

Bryan Drewery 17 년 전
부모
커밋
4e75a99c09
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/mod/server.mod/servmsg.c

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

@@ -1311,6 +1311,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.
   simple_snprintf(uhost, sizeof uhost, "%s!%s@%s", nick, username, address);
   if ((u = get_user_by_host(uhost))) {
     int idx = 0;