IRCForumu.Net - Türkiye'nin IRC ve mIRC Kullanıcılarının Buluştuğu Forum

IRCForumu.Net - Türkiye'nin IRC ve mIRC Kullanıcılarının Buluştuğu Forum (https://www.ircforumu.net/)
-   Unreal - Hazır Kodlar (https://www.ircforumu.net/unreal-hazir-kodlar/)
-   -   UnrealIRCd Log Kanalı. (https://www.ircforumu.net/unreal-hazir-kodlar/5347-unrealircd-log-kanali.html)

immortaL 26 Mart 2017 21:35

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.

Kod:

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..



Kod:

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

Code : Entrance


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

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0
Copyright ©2005 - 2023 IRCForumu.Net - Tüm Hakları Saklıdır.