ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_whowas.c
(Generate patch)

Comparing ircd-hybrid/trunk/modules/m_whowas.c (file contents):
Revision 6652 by michael, Sun Oct 25 15:43:58 2015 UTC vs.
Revision 6827 by michael, Fri Nov 20 19:48:05 2015 UTC

# Line 72 | Line 72 | do_whowas(struct Client *source_p, const
72                               whowas->username, whowas->hostname,
73                               whowas->sockhost);
74  
75 <      if (!IsDigit(whowas->account[0]) && whowas->account[0] != '*')
75 >      if (strcmp(whowas->account, "*"))
76          sendto_one_numeric(source_p, &me, RPL_WHOISACCOUNT, whowas->name, whowas->account, "was");
77  
78        if ((whowas->shide || ConfigServerHide.hide_servers) && !HasUMode(source_p, UMODE_OPER))

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)