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

Comparing ircd-hybrid/branches/8.1.x/doc/reference.conf (file contents):
Revision 1903 by michael, Sat Apr 27 21:15:59 2013 UTC vs.
Revision 1920 by michael, Tue Apr 30 14:51:30 2013 UTC

# Line 679 | Line 679 | kill {
679          reason = "Obviously hacked account";
680   };
681  
682 kill {
683        user = "^O[[:alpha:]]?[[:digit:]]+(x\.o|\.xo)$@^[[:alnum:]]{4}\.evilnet.tld$";
684
685        /*
686         * NOTE: You have to set type=regex; when using a regular expression
687         * based user entry
688         */
689        type = regex;
690 };
691
682   /*
683   * deny {}:  IPs that are not allowed to connect (before DNS/ident lookup)
684   * Oper issued dlines will be added to the specified dline config
# Line 748 | Line 738 | gecos {
738          reason = "Trojan drone";
739   };
740  
751 gecos {
752        name = "^\[J[0o]hn Do[3e]\]-[0-9]{2,5}$";
753
754        /*
755         * NOTE: You have to set type=regex; when using a regular expression
756         * based name entry
757         */
758        type = regex;
759 };
760
741   /*
742   * channel {}:  The channel block contains options pertaining to channels
743   */

Diff Legend

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