loadmodule "modules/commands.dll"; loadmodule "modules/cloak.dll";   include "aliases/anope.conf"; include "help.conf"; include "badwords.channel.conf"; include "badwords.message.conf"; include "badwords.quit.conf"; include "spamfilter.conf";   me {         name "irc.asterisk.net";         info "AsteriskNet";         numeric 1; };     admin {         "Cody"; };     class           clients {         pingfreq 250;         maxclients 500;         sendq 100000;         recvq 8000; };   class           servers {         pingfreq 250;         maxclients 100;                 sendq 1000000;         connfreq 100; };   allow {         ip             *@*;         hostname       *@*;         class           clients;         maxperip 3; };         oper Asterisk {         class           clients;         from {                 userhost *@173-81-176-5-pory.atw.dyn.suddenlink.net;         };         password "";         flags         {                 netadmin;                 can_rehash;                 can_localkill;                 can_globalkill;                 local;                 can_globalroute;                 can_localroute;                 can_zline;                 can_gzline;                 can_gkline;                 global;                 can_kline;                 can_unkline;                 can_localnotice;                 can_globalnotice;                 get_umodew;                 can_override;                 can_addline;                 get_umodew;                 get_host;                 can_dccdeny;         }; };   oper Rhyme {         class           clients;         from {                 userhost *@adsl-75-32-37-130.dsl.chcgil.sbcglobal.net;         };         password "";         flags         {                 netadmin;                 can_rehash;                 can_globalroute;                 can_localroute;                 can_zline;                 can_gzline;                 can_gkline;                 global;                 can_kline;                 can_unkline;                 can_localnotice;                 can_globalnotice;                 get_umodew;                 can_override;                 can_addline;                 get_umodew;                 get_host;                 can_dccdeny;         }; };   listen *:6667-6670;   listen *:6666 { options { serversonly; }; };   ulines {         services.asterisk.net; };     drpass {         restart "";         die ""; };     log "ircd.log" {         maxsize 2097152;         flags {                 oper;                 kline;                 connects;                 server-connects;                 kills;                 errors;                 sadmin-commands;                 chg-commands;                 oper-override;                 spamfilter;         }; };   link            services.asterisk.net {         username        *;         hostname        127.0.0.1;         bind-ip         *;         port            6667;         hub             *;         password-connect "aNoPe";         password-receive "aNoPe";         class           servers; };   alias NickServ { type services; }; alias ChanServ { type services; }; alias OperServ { type services; }; alias HelpServ { type services; }; alias StatServ { type stats; };     alias "identify" {         format "^#" {                 target "chanserv";                 type services;                 parameters "IDENTIFY %1-";         };         format "^[^#]" {                 target "nickserv";                 type services;                 parameters "IDENTIFY %1-";         };         type command; };       alias "services" {         format "^#" {                 target "chanserv";                 type services;                 parameters "%1-";         };         format "^[^#]" {                 target "nickserv";                 type services;                 parameters "%1-";         };         type command; };   alias "identify" {         format "^#" {                 target "chanserv";                 type services;                 parameters "IDENTIFY %1-";         };         format "^[^#]" {                 target "nickserv";                 type services;                 parameters "IDENTIFY %1-";         };         type command; };     alias "glinebot" {              format ".+" {                   command "gline";                        type real;                      parameters "%1 2d Bots are not allowed on this server, please read the faq at http://www.example.com/faq/123";          };              type command;   };   tld {         mask *@*;         motd "ircd.motd";         rules "ircd.motd"; };     ban nick {         mask "*C*h*a*n*S*e*r*v*";         reason "Reserved for Services"; };     ban realname {         mask "Swat Team";         reason "mIRKFORCE"; };   ban realname {         mask "sub7server";         reason "sub7"; };       deny dcc {         filename "*sub7*";         reason "Possible Sub7 Virus"; };     set {         network-name            "AsteriskNet";         default-server          "irc.asterisk.net";         services-server         "Services.asterisk.net";         help-channel            "#Help";         hiddenhost-prefix       "wildcard";           cloak-keys {                 "pPVqORQ4LgYanXPCGfnz1nf2zMZMQN";                 "d5sYl7G12h8QilDXO921zTeFLEhBhX";                 "ekSx93vFVnNT3V5xIJxAAXjFsV9zmg";         };         hosts {                 local           "LocalOp.asterisk.net";                 global          "GlobOp.asterisk.net";                 coadmin         "CoAdmin.asterisk.net";                 admin           "Admin.asterisk.net";                 servicesadmin   "ServicesAdmin.asterisk.net";                 netadmin        "NetAdmin.asterisk.net";                 host-on-oper-up "yes";           }; };       set {         kline-address "cna133@gmail.com";         modes-on-connect "+ixw";         modes-on-oper    "+xwgs";         modes-on-join   "+nt";         dns {                 nameserver 127.0.0.1;                 timeout 2s;                 retries 2;         };         options {                 hide-ulines;                 show-connect-info;         };           maxchannelsperuser 15;         anti-spam-quit-message-time 30s;           oper-only-stats "okfGsMRUEelLCXzdD";           throttle {                 connections 5;                 period 60s;         };         anti-flood {                 nick-flood 3:60;         };             spamfilter {                 ban-time 1d;                 ban-reason "Spam/Advertising";                 virus-help-channel "#help";         }; };