mIRCForumlari.Net

mIRCForumlari.Net (https://www.mircforumlari.net/)
-   Unreal Hazır Kodlar (https://www.mircforumlari.net/unreal-hazir-kodlar/)
-   -   UnrealIRCd Log Kanalı (https://www.mircforumlari.net/unreal-hazir-kodlar/5454-unrealircd-log-kanali.html)

RahmetLi 04 Mart 2023 15:02

UnrealIRCd Log Kanalı
 
Toplam 1 Eklenti bulunuyor.
• Bu modül Google, üzerinde genelde (bilgi.c, logmanager.c, log.c vb) uzantılar ile paylaşılmakta fakat paylaşılan modülün daha da gelişmiş versiyonudur. Şu anda paylaşacağım modül.

* Öncelikle, yapmanız gerekenler unrealircd.conf dosyanızın herhangi bir satırına aşağıda vermiş olduğum kodları eklemenizdir.


PHP- Kodu:

chansno
{
    // msgtype privmsg;

    channel "#channels" {
    joins; parts; kicks; mode-changes; topics;
    channel-creations; channel-destructions;
    };

    channel "#other" {
    nickchanges; connects; disconnects; server-connects; squits;
    oper-ups; unknown-users;
    };
};

* Yukarıda ki #channels, #others kanallarını istediğiniz bir kanal olarak ayarlayabilirsiniz, modüle ait bir kaç örnek aşağıda ki gibidir..

PHP- Kodu:

[19:51] <x.net> [#sohbet] Entrance (confused@x.x.x.x.x) has left #sohbet (Ayrildi.)
 <x.net> Channel #sohbet has been destroyed
 <x.net> Entrance created channel #sohbet
 <x.net> [#sohbet] Entrance (confused@x.x.x.x.x) has joined #sohbet
 <x.net> [#sohbet] s (confused@x.x.x.x.x) has joined #sohbet
 <x.net> [#opers] s (confused@x.x.x.x.x.x) has joined #opers]



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

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.


Navbar with Avatar by Motorradforum