ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/server.c
(Generate patch)

Comparing ircd-hybrid-8/src/s_serv.c (file contents):
Revision 1472 by michael, Sun Jul 22 12:03:18 2012 UTC vs.
Revision 1483 by michael, Wed Jul 25 19:15:48 2012 UTC

# Line 643 | Line 643 | sendnick_TS(struct Client *client_p, str
643    }
644  
645    if (IsConfAwayBurst((struct AccessItem *)map_to_conf(client_p->localClient->confs.head->data)))
646 <    if (!EmptyString(target_p->away))
646 >    if (target_p->away[0])
647        sendto_one(client_p, ":%s AWAY :%s", ID_or_name(target_p, client_p),
648                   target_p->away);
649  

Diff Legend

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