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

Comparing ircd-hybrid/modules/core/m_quit.c (file contents):
Revision 441 by adx, Tue Oct 4 16:09:51 2005 UTC vs.
Revision 442 by adx, Sat Feb 11 23:14:21 2006 UTC

# Line 41 | Line 41 | struct Message quit_msgtab = {
41    {m_quit, m_quit, ms_quit, m_ignore, m_quit, m_ignore}
42   };
43  
44 < #ifndef STATIC_MODULES
45 < void
46 < _modinit(void)
44 > INIT_MODULE(m_quit, "$Revision$")
45   {
46    mod_add_cmd(&quit_msgtab);
47   }
48  
49 < void
52 < _moddeinit(void)
49 > CLEANUP_MODULE
50   {
51    mod_del_cmd(&quit_msgtab);
52   }
53  
57 const char *_version = "$Revision$";
58 #endif
59
54   /*
55   ** m_quit
56   **      parv[0] = sender prefix

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines