PHP Warning: log10() expects parameter 1 to be double, string given in ..../includes/class_postbit.php(294) : eval()'d code on line 47
Genel Forumlar Haylazforum.Net - Tekil Mesaj gösterimi - Unreal3.x Modül UnrealIRCd Log Kanalı
Konu: Unreal3.x Modül UnrealIRCd Log Kanalı
Tekil Mesaj gösterimi
Alt 17.Şubat.2019   #1
Aytac
Guest
Üye No:
Şehir:
Mesaj Sayısı: n/a
Konu Sayısı: 1375
Beğendikleri:
Alınan Beğeni:

HF Ticaret Yüzdesi: (%)
Ruh Hali
Kan Grubum:

Standart UnrealIRCd Log Kanalı

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:
<x.net> Entrance (-@ROOTadmin.x.net) [Entrance] is now a root administrator (U)
Kod:
[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


Keyifli forumlar ^^[/QUOTE]

Eklenmiş Dosya Bu forumdaki ekleri görebilmek için 25 mesaja sahip olmanız gerekir. Sizin mesajınız var.
  Alıntı