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

Comparing ircd-hybrid-8/etc/example.conf (file contents):
Revision 1175 by michael, Tue Aug 9 22:03:59 2011 UTC vs.
Revision 1176 by michael, Sun Aug 14 11:24:24 2011 UTC

# Line 331 | Line 331 | auth {
331           * resv_exempt:   exempt this user from resvs ('$' prefix on /stats I)
332           * no_tilde:      remove ~ from a user with no ident ('-' prefix on /stats I)
333           * can_flood:     allow this user to exceed flood limits ('|' prefix on /stats I)
334         * can_idle:      exempt this user from idle restrictions ('<' prefix on /stats I)
334           */
335          flags = need_password, spoof_notice, exceed_limit, kline_exempt,
336 <                gline_exempt, resv_exempt, no_tilde, can_flood, can_idle;
336 >                gline_exempt, resv_exempt, no_tilde, can_flood;
337   };
338  
339   auth {
# Line 1147 | Line 1146 | general {
1146          /* oper_pass_resv: allow opers to over-ride RESVs on nicks/channels */
1147          oper_pass_resv = yes;
1148  
1150        /*
1151         * idletime: the maximum amount of time a user may idle before
1152         * they are disconnected
1153         */
1154        idletime = 0;
1155
1149          /* REMOVE ME.  The following line checks you've been reading. */
1150          havent_read_conf = 1;
1151  

Diff Legend

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