BarbarHack
Would you like to react to this message? Create an account in a few clicks or log in to continue.

BarbarHack

BarbarHack Web Sitesine Hosqeldiniz....!
 
AnasayfaLatest imagesAramaKayıt OlGiriş yap

 

 Operatör İşaretlerini Değiştirme...

Aşağa gitmek 
YazarMesaj
Admin
Admin
Admin


Mesaj Sayısı : 127
Kayıt tarihi : 20/03/08

Operatör İşaretlerini Değiştirme... Empty
MesajKonu: Operatör İşaretlerini Değiştirme...   Operatör İşaretlerini Değiştirme... Icon_minitimeC.tesi Mart 22, 2008 3:00 pm

cd Unreal3.2
cd src
pico channel.c

dosyas?n?n içinde ?u sat?r? bul
Kod:
#ifdef PREFIX_AQ
if (cm->flags & CHFL_CHANOWNER)
buf[idx++] = '~';
else if (cm->flags & CHFL_CHANPROT)
buf[idx++] = '&';
else
#endif
if (cm->flags & CHFL_CHANOP)
buf[idx++] = '@';
else if (cm->flags & CHFL_HALFOP)
buf[idx++] = '%';
else if (cm->flags & CHFL_VOICE)
buf[idx++] = '+';
for (s = acptr->name; *s; s++)
buf[idx++] = *s;
buf[idx++] = ' ';
buf[idx] = '\0';
flag = 1;
if (mlen + idx + NICKLEN > BUFSIZE - 3)
{
sendto_one(sptr, rpl_str(RPL_NAMREPLY), me.name,
parv[0], buf);
idx = spos;
flag = 0;
}
}

if (flag)
sendto_one(sptr, rpl_str(RPL_NAMREPLY), me.name, parv[0], buf);

sendto_one(sptr, rpl_str(RPL_ENDOFNAMES), me.name, parv[0], para);

return 0;

}


Sonra make clean ve make yap1p restartliyoruz
Sayfa başına dön Aşağa gitmek
http://tarsus33.forumv.biz
 
Operatör İşaretlerini Değiştirme...
Sayfa başına dön 
1 sayfadaki 1 sayfası

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
BarbarHack :: Hacking :: Irc ve Icq Hacking-
Buraya geçin: