Fix bug #1394480 (WHOWAS missing printf argument for real IP).
authorMichael Poole <mdpoole@troilus.org>
Sun, 1 Jan 2006 04:39:07 +0000 (04:39 +0000)
committerMichael Poole <mdpoole@troilus.org>
Sun, 1 Jan 2006 04:39:07 +0000 (04:39 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1599 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/m_whowas.c

index badeb7ecf4181b6628367079924b47aac1cde6c3..0105980172536fce6bace251457721b71f573555 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-31  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/m_whowas.c (m_whowas): Mention that IP is untracked in WHOWAS.
+       Spotted by Progs.
+
 2005-12-30  Michael Poole <mdpoole@troilus.org>
 
        * ircd/m_topic.c: Remove block comment about sptr, cptr, etc.
index 04a7ba4b4e1796e3d414ad531d57eb4f78158b37..eee2745cd1603ad365923d5c1e32ae3cfbb33c5e 100644 (file)
@@ -139,7 +139,7 @@ int m_whowas(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
        send_reply(sptr, RPL_WHOWASUSER, temp->name, temp->username,
                   temp->hostname, temp->realname);
         if (IsAnOper(sptr) && temp->realhost)
-          send_reply(sptr, RPL_WHOISACTUALLY, temp->name, temp->username, temp->realhost);
+          send_reply(sptr, RPL_WHOISACTUALLY, temp->name, temp->username, temp->realhost, "<untracked>");
         send_reply(sptr, RPL_WHOISSERVER, temp->name,
                    (feature_bool(FEAT_HIS_WHOIS_SERVERNAME) && !IsOper(sptr)) ?
                      feature_str(FEAT_HIS_SERVERNAME) :