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

Comparing ircd-hybrid-7.2/modules/m_close.c (file contents):
Revision 1010 by michael, Sun Aug 2 23:04:14 2009 UTC vs.
Revision 1011 by michael, Fri Sep 18 10:14:09 2009 UTC

# Line 23 | Line 23
23   */
24  
25   #include "stdinc.h"
26 < #include "tools.h"
26 > #include "list.h"
27   #include "handlers.h"
28   #include "client.h"
29   #include "ircd.h"
# Line 75 | Line 75 | mo_close(struct Client *client_p, struct
75      sendto_one(source_p, form_str(RPL_CLOSING), me.name, source_p->name,
76                 get_client_name(target_p, SHOW_IP), target_p->status);
77  
78 <    /* exit here is safe, because it is guaranteed not to be source_p
78 >    /*
79 >     * exit here is safe, because it is guaranteed not to be source_p
80       * because it is unregistered and source_p is an oper.
81       */
82      exit_client(target_p, target_p, "Oper Closing");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines