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

Comparing ircd-hybrid/trunk/doc/reference.conf (file contents):
Revision 7799 by michael, Tue Oct 18 17:29:01 2016 UTC vs.
Revision 7858 by michael, Tue Nov 8 20:06:16 2016 UTC

# Line 1168 | Line 1168 | general {
1168          /*
1169           * default_floodcount: the default value of floodcount that is configurable
1170           * via /quote set floodcount. This is the number of lines a user may send
1171 <         * to any other user/channel in one second. Set to 0 to disable.
1171 >         * to any other user/channel per floodtime. Set to 0 to disable.
1172           */
1173          default_floodcount = 10;
1174  
1175          /*
1176 +         * default_floodtime: the default value of floodtime that is configurable
1177 +         * via /quote set floodtime.
1178 +         */
1179 +        default_floodtime = 1 second;
1180 +
1181 +        /*
1182           * failed_oper_notice: send a notice to all opers on the server when
1183           * someone tries to OPER and uses the wrong password, host or ident.
1184           */

Diff Legend

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