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

Comparing ircd-hybrid-7.3/modules/m_close.c (file contents):
Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
Revision 1121 by michael, Sun Jan 9 11:03:03 2011 UTC

# Line 40 | Line 40 | struct Message close_msgtab = {
40    { m_unregistered, m_not_oper, m_ignore, m_ignore, mo_close, m_ignore }
41   };
42  
43 #ifndef STATIC_MODULES
43   void
44   _modinit(void)
45   {
# Line 54 | Line 53 | _moddeinit(void)
53   }
54  
55   const char *_version = "$Revision$";
57 #endif
56  
57   /*
58   * mo_close - CLOSE message handler

Diff Legend

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