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

Comparing:
ircd-hybrid/modules/m_oper.c (file contents), Revision 30 by adx, Sun Oct 2 20:03:27 2005 UTC vs.
ircd-hybrid-7.3/modules/m_oper.c (file contents), Revision 1121 by michael, Sun Jan 9 11:03:03 2011 UTC

# Line 19 | Line 19
19   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
20   *  USA
21   *
22 < *  $Id: m_oper.c,v 1.83 2005/10/02 11:56:08 michael Exp $
22 > *  $Id$
23   */
24  
25   #include "stdinc.h"
26 < #include "tools.h"
26 > #include "list.h"
27   #include "handlers.h"
28   #include "client.h"
29   #include "common.h"
# Line 35 | Line 35
35   #include "s_log.h"
36   #include "s_user.h"
37   #include "send.h"
38 #include "list.h"
38   #include "msg.h"
39   #include "parse.h"
40   #include "modules.h"
# Line 51 | Line 50 | struct Message oper_msgtab = {
50    { m_unregistered, m_oper, m_ignore, m_ignore, mo_oper, m_ignore }
51   };
52  
54 #ifndef STATIC_MODULES
53   void
54   _modinit(void)
55   {
# Line 64 | Line 62 | _moddeinit(void)
62    mod_del_cmd(&oper_msgtab);
63   }
64  
65 < const char *_version = "$Revision: 1.83 $";
68 < #endif
65 > const char *_version = "$Revision$";
66  
67   /*
68   ** m_oper
# Line 103 | Line 100 | m_oper(struct Client *client_p, struct C
100      return;
101    }
102  
103 <  aconf = (struct AccessItem *)map_to_conf(conf);
103 >  aconf = map_to_conf(conf);
104  
105    if (match_conf_password(password, aconf))
106    {

Comparing:
ircd-hybrid/modules/m_oper.c (property svn:keywords), Revision 30 by adx, Sun Oct 2 20:03:27 2005 UTC vs.
ircd-hybrid-7.3/modules/m_oper.c (property svn:keywords), Revision 1121 by michael, Sun Jan 9 11:03:03 2011 UTC

# Line 1 | Line 1
1 < "Id Revision"
1 > Id Revision

Diff Legend

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