Yazar: mIRCTime
Tarih: 15 Şubat 2010 / 1:20
m_whois.c’de Kod: if (IsWhois(acptr) && (sptr != acptr)) { 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); } yazan kısmı Kod: if (IsWhois(acptr) || IsHelpOp(acptr) && (sptr != acptr)) { 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); }




