ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/etc/example.conf
(Generate patch)

Comparing ircd-hybrid-7.2/etc/example.conf (file contents):
Revision 124 by michael, Thu Oct 13 19:48:20 2005 UTC vs.
Revision 201 by adx, Tue Nov 1 11:41:52 2005 UTC

# Line 735 | Line 735 | channel {
735           */
736          knock_delay_channel = 1 minute;
737  
738 <        /*
739 <         * invite_ops_only: Restrict /invite to ops/halfops on channels,
740 <         * rather than allowing unopped users to invite people to a -i channel.
741 <         */
742 <        invite_ops_only = yes;
738 >        /* burst topicwho: enable sending of who set topic on topicburst */
739 >        /* default is yes */
740 >        burst_topicwho = yes;
741  
742          /* max chans: The maximum number of channels a user can join/be on. */
743          max_chans_per_user = 15;
# Line 750 | Line 748 | channel {
748          /* max_bans: maximum number of +b/e/I modes in a channel */
749          max_bans = 25;
750  
751 +    /*
752 +         * how many joins in how many seconds constitute a flood, use 0 to
753 +         * disable. +b opers will be notified (changeable via /set)
754 +         */
755 +        join_flood_count = 16;
756 +        join_flood_time = 8 seconds;
757 +
758          /*
759           * splitcode: The ircd will now check splitmode every few seconds.
760           *
# Line 776 | Line 781 | channel {
781  
782          /* split: no join: disallow users joining channels at all on a split */
783          no_join_on_split = no;
779
780        /* burst topicwho: enable sending of who set topic on topicburst */
781        /* default is yes */
782        burst_topicwho = yes;
783
784        /*
785         * how many joins in how many seconds constitute a flood, use 0 to
786         * disable. +b opers will be notified (changeable via /set)
787         */
788        join_flood_count = 16;
789        join_flood_time = 8 seconds;
784   };
785  
786   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines