• 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]