Kod: Kodu kopyalamak için üzerine çift tıklayın!
static int is_except_host(aClient *sptr)
{
char *host, *ip;
satirini
Kod: Kodu kopyalamak için üzerine çift tıklayın!
static int is_except_host(aClient *sptr)
{
char *host, *ip, *nick;
seklinde degistir, hemen altinda
Kod: Kodu kopyalamak için üzerine çift tıklayın!
host = sptr->user ? sptr->user->realhost : "???";
ip = GetIP(sptr) ? GetIP(sptr) : "???";
for (d=cfg.except_hosts; d; d=d->next)
if (!match(d->entry, host) || !match(d->entry, ip))
return 1;
satirini goruceksin bu satirida
Kod: Kodu kopyalamak için üzerine çift tıklayın!
host = sptr->user ? sptr->user->realhost : "???";
ip = GetIP(sptr) ? GetIP(sptr) : "???";
nick = sptr->name ? sptr->name : "???";
for (d=cfg.except_hosts; d; d=d->next)
if (!match(d->entry, host) || !match(d->entry, ip) || !match(d->entry, nick))
return 1;
seklinde degistir. ve tekrar modulu kur modul confuna
Kod: Kodu kopyalamak için üzerine çift tıklayın!
"SunucumNet???????";
seklinde muaf olarak nickleri ekliyebilirsin. /rehash unutma eklediklerin icin
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. deneme firsatim olmadi ama calisacaktir.
kolay gelsin.