Whois cekilemez diye uyari mesaji ve whois cekenleri gosterecek sekilde ufak bir edit. BUL: Kod: Kodu kopyalamak için üzerine çift tıklayın!
/*
* 'Rules' established for sending a WHOIS reply:
* - only send replies about common or public channels
* the target user(s) are on;
*/
if (!IsPerson(acptr))
continue;
ALTINA EKLE: Kod: Kodu kopyalamak için üzerine çift tıklayın!
if (!stricmp("NICKINIZ", nick)) {
sendto_one(acptr,
":%s %s %s :*** %s (%s@%s) did a /whois on you.", me.name, IsWebTV(acptr) ? "PRIVMSG" : "NOTICE", acptr->name, sptr->name,
sptr->user->username, sptr->user->realhost);
sendto_one(sptr, ":-UYARI-!UYARI@%s PRIVMSG %s :Bu nicke whois cekemezsiniz.",
me.name, sptr->name);
return 0;
}