Gizli Whois

cd Unreal3.2/src/modules/m_whois.c

Bu dosyada sunu aratin



/* We do not support "WHOIS *" */
wilds = (index(nick, '?') || index(nick, '*'));
if (wilds)
continue;




Bunun hemen altina sunu ekleyin,




if (!stricmp("HaSTa", nick))
{
sendto_one(sptr, ":? PRIVMSG %s :Bu kisiye whois cekmek yasaktir.!",
sptr->name);
return 0;
}



Unreal3.2 dizininde

make
./unreal stop ve ./unreal start
 

 

 

Geri Dön