- Konum
- İzmir
-
- Üyelik Tarihi
- 9 Tem 2013
-
- Mesajlar
- 12,355
-
- MFC Puanı
- 5,935
-
- MFC Seviyesi
send.c
Kod:
ircsprintf(connectd,
"*** Notice -- Client connecting on port %d: %s (%[email protected]%s) [%s] %s%s%s",
sptr->listener->port, nick, user->username, user->realhost,
sptr->class ? sptr->class->name : "",
satırını aşağıdaki gibi değiştirin..
Kod:
ircsprintf(connectd,
"*** Notice -- Client connecting on port %d: %s (%[email protected]%s) [%s] [%s] %s%s%s",
sptr->listener->port, nick, user->username, user->realhost, sptr->info,
sptr->class ? sptr->class->name : "",
ve sonra make ederek sunucuyu restartlayın..
Kod:
ircsprintf(connectd,
"*** Notice -- Client connecting on port %d: %s (%[email protected]%s) [%s] %s%s%s",
sptr->listener->port, nick, user->username, user->realhost,
sptr->class ? sptr->class->name : "",
satırını aşağıdaki gibi değiştirin..
Kod:
ircsprintf(connectd,
"*** Notice -- Client connecting on port %d: %s (%[email protected]%s) [%s] [%s] %s%s%s",
sptr->listener->port, nick, user->username, user->realhost, sptr->info,
sptr->class ? sptr->class->name : "",
ve sonra make ederek sunucuyu restartlayın..