IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Unreal IRCd (https://www.ircforumlari.net/unreal-ircd/)
-   -   Güncel Unrealircd 4.2Opers.conf (https://www.ircforumlari.net/unreal-ircd/809567-unrealircd-42opersconf.html)

UnconscionabLe 26 Aralık 2018 14:11

Unrealircd 4.2Opers.conf
 
Toplam 1 Eklenti bulunuyor.
Merhaba herkese

unrealircd4.2 kurulumunda opers.conf hatası aliyorum yardımlarınızı rica ediyorum hata görüntüsü ekte belirttiğim gibidir.

[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

Alper 26 Aralık 2018 21:19

Cevap: Unrealircd 4.2Opers.conf
 
@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]


Oper.conf değil de operclass.conf hatası alıyorsun. Hatanın anlamı operclass.conf dosyası yok diyor. Unrealircd 4.x versiyonunda flag yerine class kullanılıyor. unrealircd.conf dosyasının içinde include "operclass.conf"; diye yer vardır orası kalsın ek olarak örnek bir tane operclass conf dosyası paylaşıyorum.


Kod:

/* This file defines a number of default operclass blocks which you can
 * use in your oper blocks (via oper::operclass).
 *
 * This file is normally included from your unrealircd.conf through:
 * include "operclass.default.conf";
 *
 * The operclass block is extensively documented at:
 * https://
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
DO NOT EDIT THIS FILE! IT WILL BE OVERWRITTEN DURING NEXT UPGRADE!!
 * Instead, if you want to change the privileges in an operclass block,
 * you should copy the definition, or this entire file, to either your
 * unrealircd.conf or some other file (eg: operclass.conf) that you
 * you will include from your unrealircd.conf.
 * Then edit it, and while doing so don't forget to change the name
 * of your custom operclass block(s), so operclass <name>.
 */

/* Local IRC Operator */
operclass locop {
    privileges {
        privacy;
        chat;
        channel;
        client;
        immune;
        self;
        notice { local; };
        server { opermotd; info; close; module; dns; rehash; };
        route { local; };
        kill { local; };
        tkl {
            kline;
            zline { local; };
        };
        trace { local; invisible-users; };
        map;
    };
};

/* Global IRC Operator */
operclass globop {
    privileges {
        privacy;
        chat;
        channel;
        client;
        immune;
        notice;
        self;
        server { opermotd; info; close; remote; module; dns; rehash; };
        route;
        kill;
        tkl { shun; zline; kline; gline; };
        trace;
        who;
        override { see; };
        map;
    };
};

/* Server administrator */
operclass admin {
    privileges {
        privacy;
        chat;
        channel;
        client;
        immune;
        notice;
        self;
        server { opermotd; info; close; remote; module; dns; addline; rehash; description; addmotd; addomotd; tsctl; };
        route;
        kill;
        tkl { shun; zline; kline; gline; };
        spamfilter;
        trace;
        who;
        override { see; };
        map;
    };
};

/* Services Admin */
operclass services-admin {
    privileges {
        privacy;
        chat;
        channel;
        client;
        immune;
        notice;
        self;
        server { opermotd; info; close; remote; module; dns; addline; rehash; description; addmotd; addomotd; tsctl; };
        route;
        kill;
        tkl { shun; zline; kline; gline; };
        spamfilter;
        trace;
        who;
        sajoin;
        sapart;
        samode;
        override { see; };
    };
};

/* Network Administrator */
operclass netadmin {
    privileges {
        privacy;
        chat;
        channel;
        client;
        immune;
        notice;
        self;
        server { opermotd; info; close; remote; module; dns; addline; rehash; description; addmotd; addomotd; tsctl; };
        kill;
        tkl { shun; zline; kline; gline; };
        route;
        spamfilter;
        trace;
        who;
        sajoin;
        sapart;
        samode;
        servicebot { deop; kill; };
        override { see; };
        map;
    };
};

/* Same as 'globop' operclass, but with OperOverride capabilities added */
operclass globop-with-override {
    parent globop;
    privileges {
        override;
    };
};

/* Same as 'admin' operclass, but with OperOverride capabilities added */
operclass admin-with-override {
    parent admin;
    privileges {
        override;
        sajoin;
        sapart;
    };
};

/* Same as 'services-admin' operclass, but with OperOverride capabilities added */
operclass services-admin-with-override {
    parent services-admin;
    privileges {
        override;
    };
};

/* Same as 'netadmin' operclass, but with OperOverride capabilities added */
operclass netadmin-with-override {
    parent netadmin;
    privileges {
        override;
    };
};



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 02:41.

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net