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

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 6854 by michael, Fri Nov 27 19:25:43 2015 UTC vs.
Revision 6942 by michael, Tue Dec 15 17:54:18 2015 UTC

# Line 613 | Line 613 | exit_one_client(struct Client *source_p,
613      DLINK_FOREACH_SAFE(node, node_next, source_p->channel.head)
614        remove_user_from_channel(node->data);
615  
616 +    client_clear_svstags(source_p);
617 +
618      whowas_add_history(source_p, 0);
619      whowas_off_history(source_p);
620  
# Line 736 | Line 738 | exit_client(struct Client *source_p, con
738          free_list_task(source_p);
739  
740        watch_del_watch_list(source_p);
739      client_clear_svstags(source_p);
741  
742        sendto_realops_flags(UMODE_CCONN, L_ALL, SEND_NOTICE,
743                             "Client exiting: %s (%s@%s) [%s] [%s]",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines