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

Comparing ircd-hybrid-7.2/src/modules.c (file contents):
Revision 329 by michael, Sun Dec 25 10:45:42 2005 UTC vs.
Revision 425 by michael, Sat Feb 11 00:27:28 2006 UTC

# Line 572 | Line 572 | load_all_modules(int warn)
572    mod_add_cmd(&accept_msgtab);
573    mod_add_cmd(&admin_msgtab);
574    mod_add_cmd(&away_msgtab);
575 +  mod_add_cmd(&bmask_msgtab);
576    mod_add_cmd(&capab_msgtab);
577    mod_add_cmd(&cburst_msgtab);
578    mod_add_cmd(&close_msgtab);
# Line 647 | Line 648 | load_all_modules(int warn)
648    mod_add_cmd(&testgecos_msgtab);
649    mod_add_cmd(&testmask_msgtab);
650    mod_add_cmd(&time_msgtab);
651 +  mod_add_cmd(&tmode_msgtab);
652    mod_add_cmd(&topic_msgtab);
653    mod_add_cmd(&trace_msgtab);
654    add_capability("UNKLN", CAP_UNKLN, 1);

Diff Legend

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