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-4.0.x - Client connecting(GIRIS) mesajına fullname ekleme (https://www.ircforumu.net/unreal-hazir-kodlar/5373-unrealircd-4-0-x-client-connecting-giris-mesajina-fullname-ekleme.html)

immortaL 31 Mart 2017 11:55

UnrealIRCd-4.0.x - Client connecting(GIRIS) mesajına fullname ekleme
 
Merhabalar;

Kod:

unrealircd-4*/src/send.c
dosyasındaki

Kod:

ircsnprintf(connect, sizeof(connect),
            "*** Client connecting: %s (%s@%s) [%s] {%s}%s", acptr->name,
            acptr->user->username, acptr->user->realhost, acptr->ip,
            acptr->local->class ? acptr->local->class->name : "0",
            secure);

satırlarını bulup,

Kod:

ircsnprintf(connect, sizeof(connect),
            "*** Client connecting: %s (%s@%s) [%s] {%s}%s", acptr->name,
            acptr->user->username, acptr->user->realhost, acptr->ip, acptr->info,
            acptr->local->class ? acptr->local->class->name : "0",
            secure);

şeklindeki değiştiriniz.

En son olarak da make ve make install komutlarını uygulayıp sunucunuza restart atınız.

İyi forumlar.


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

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.