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

Comparing ircd-hybrid/modules/core/m_sjoin.c (file contents):
Revision 441 by michael, Tue Feb 7 19:38:35 2006 UTC vs.
Revision 442 by adx, Sat Feb 11 23:14:21 2006 UTC

# Line 45 | Line 45 | struct Message sjoin_msgtab = {
45    { m_unregistered, m_ignore, ms_sjoin, m_ignore, m_ignore, m_ignore }
46   };
47  
48 < #ifndef STATIC_MODULES
49 < void
50 < _modinit(void)
48 > INIT_MODULE(m_sjoin, "$Revision$")
49   {
50    mod_add_cmd(&sjoin_msgtab);
51   }
52  
53 < void
56 < _moddeinit(void)
53 > CLEANUP_MODULE
54   {
55    mod_del_cmd(&sjoin_msgtab);
56   }
57  
61 const char *_version = "$Revision$";
62 #endif
63
58   static char modebuf[MODEBUFLEN];
59   static char parabuf[MODEBUFLEN];
60   static char sendbuf[MODEBUFLEN];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines