Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Plain Text by block ( 14 years ago )
oper znc {
        from {
                /* ����������� ������ */
                userhost *@*;
        };
        password "74yhdt5532"; /* ������ */
        class opers;
        level netadmin; /* ������� �������. �������� ��������� ����. */
        /* ���������������� ��������� ������, ���� ���������
         * ��������� ��������� ��������� ��������� ��������
         * (�������� ��. ����)
         */

        flags {
                netadmin;
                services-admin;
                admin;
                global;

can_wallops;
                can_rehash;
                helpop;
                can_globops;
                can_localroute;
                can_globalroute;
                can_kline;
                can_unkline;
                can_localnotice;
                can_globalnotice;

 can_zline;
                can_gkline;
                can_gzline;
                get_umodew;
                can_override;
                can_setq;
                can_dccdeny;
                can_nofakelag;
                nochanlimit;
                can_die;

   can_restart;
                can_addline;
                get_host;
        };
        snomask kcfFjveGnNqSsVg;
};

oper debian {
         from {
         userhost *@*;

};
     password "debian111";
           class opers;
           level local;
flags {
        local;
        can_kline;
        can_unkline;
  };
        snomask c;
};

 

Revise this Paste

Your Name: Code Language: