mIRCForumlari.Net

mIRCForumlari.Net (https://www.mircforumlari.net/)
-   Unreal Hazır Kodlar (https://www.mircforumlari.net/unreal-hazir-kodlar/)
-   -   UnrealIRCd-4.0.x - Client connecting(GIRIS) mesajına fullname ekleme (https://www.mircforumlari.net/unreal-hazir-kodlar/5935-unrealircd-40x-client-connectinggiris-mesajina-fullname-ekleme.html)

RahmetLi 05 Mart 2023 06:40

UnrealIRCd-4.0.x - Client connecting(GIRIS) mesajına fullname ekleme
 
Unrealircd-4*/src/send.c

Bul;
PHP- Kodu:

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);

Değiştir;
PHP- Kodu:

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);

make
./unreal restart


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

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


Navbar with Avatar by Motorradforum