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

Comparing ircd-hybrid/trunk/modules/core/m_join.c (file contents):
Revision 3186 by michael, Thu Mar 20 18:09:34 2014 UTC vs.
Revision 3331 by michael, Wed Apr 16 15:29:40 2014 UTC

# Line 645 | Line 645 | remove_a_mode(struct Channel *chptr, str
645    }
646   }
647  
648 < static struct Message join_msgtab = {
648 > static struct Message join_msgtab =
649 > {
650    "JOIN", 0, 0, 2, MAXPARA, MFLG_SLOW, 0,
651    { m_unregistered, m_join, ms_join, m_ignore, m_join, m_ignore }
652   };
# Line 662 | Line 663 | module_exit(void)
663    mod_del_cmd(&join_msgtab);
664   }
665  
666 < struct module module_entry = {
666 > struct module module_entry =
667 > {
668    .node    = { NULL, NULL, NULL },
669    .name    = NULL,
670    .version = "$Revision$",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines