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

Comparing ircd-hybrid-7.2/modules/core/m_error.c (file contents):
Revision 947 by michael, Mon Jul 20 23:21:02 2009 UTC vs.
Revision 965 by michael, Sat Aug 1 16:14:03 2009 UTC

# Line 19 | Line 19
19   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
20   *  USA
21   *
22 < *  $Id: m_error.c 33 2005-10-02 20:50:00Z knight $
22 > *  $Id$
23   */
24  
25   #include "stdinc.h"
26   #include "handlers.h"
27   #include "client.h"
28 #include "common.h"   /* FALSE */
28   #include "ircd.h"
29   #include "send.h"
30   #include "msg.h"
32 #include "memory.h"
31   #include "modules.h"
32   #include "s_log.h"
33  
# Line 42 | Line 40 | struct Message error_msgtab = {
40    { m_error, m_ignore, ms_error, m_ignore, m_ignore, m_ignore }
41   };
42  
43 + void
44 + _modinit(void)
45 + {
46 +  mod_add_cmd(&error_msgtab);
47 + }
48 +
49 + void
50 + _moddeinit(void)
51 + {
52 +  mod_del_cmd(&error_msgtab);
53 + }
54 +
55 + const char *_version = "$Revision$";
56 +
57   /*
58   * Note: At least at protocol level ERROR has only one parameter.
59   * --msa

Comparing ircd-hybrid-7.2/modules/core/m_error.c (property svn:keywords):
Revision 947 by michael, Mon Jul 20 23:21:02 2009 UTC vs.
Revision 965 by michael, Sat Aug 1 16:14:03 2009 UTC

# Line 0 | Line 1
1 + Id Revision

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines