• Klasör: Unreal3.2*/src/modules/
• Dosya: <m_chgident.c>
BULUN:
Kod:
if (legalident == 0)
{
sendnotice(sptr, "*** /ChgIdent Error: A ident may contain a-z, A-Z, 0-9, '-' & '.' - Please only use them");
return 0;
}
DEGISTIRIN:
Kod:
/*if (legalident == 0)
{
sendnotice(sptr, "*** /ChgIdent Error: A ident may contain a-z, A-Z, 0-9, '-' & '.' - Please only use them");
return 0;
}
*/
* Yukarıda da gördüğünüz üzere sadece //(slahs) ile ilgili kodları deaktif ettim böylece oper ve admin rütbesinde olan bir kişi, ÖRNEK: Kullanım -> /chgident nick • şeklinde identd kullanabilecek.
• Klasör: Unreal3.2*/src/modules/
• Dosya: <m_chghost.c>
BULUN:
Kod:
if (!valid_host(parv[2]))
{
sendnotice(sptr, "*** /ChgHost Error: A hostname may contain a-z, A-Z, 0-9, '-' & '.' - Please only use them");
return 0;
}
DEGISTIRIN:
Kod:
/*if (!valid_host(parv[2]))
{
sendnotice(sptr, "*** /ChgHost Error: A hostname may contain a-z, A-Z, 0-9, '-' & '.' - Please only use them");
return 0;
}
*/
ÖRNEK: Kullanım -> /chghost nick •
İlgili alanda make, ve ./unreal rehash komutlarını uygulayın. İşleminiz gerçekleşmiş olacaktır.
NOT: Renkli identd ve hostta kullanabilirsiniz, bu düzenleme ile.)
• Dosya: <m_chgident.c>
BULUN:
Kod:
if (legalident == 0)
{
sendnotice(sptr, "*** /ChgIdent Error: A ident may contain a-z, A-Z, 0-9, '-' & '.' - Please only use them");
return 0;
}
DEGISTIRIN:
Kod:
/*if (legalident == 0)
{
sendnotice(sptr, "*** /ChgIdent Error: A ident may contain a-z, A-Z, 0-9, '-' & '.' - Please only use them");
return 0;
}
*/
* Yukarıda da gördüğünüz üzere sadece //(slahs) ile ilgili kodları deaktif ettim böylece oper ve admin rütbesinde olan bir kişi, ÖRNEK: Kullanım -> /chgident nick • şeklinde identd kullanabilecek.
• Klasör: Unreal3.2*/src/modules/
• Dosya: <m_chghost.c>
BULUN:
Kod:
if (!valid_host(parv[2]))
{
sendnotice(sptr, "*** /ChgHost Error: A hostname may contain a-z, A-Z, 0-9, '-' & '.' - Please only use them");
return 0;
}
DEGISTIRIN:
Kod:
/*if (!valid_host(parv[2]))
{
sendnotice(sptr, "*** /ChgHost Error: A hostname may contain a-z, A-Z, 0-9, '-' & '.' - Please only use them");
return 0;
}
*/
ÖRNEK: Kullanım -> /chghost nick •
İlgili alanda make, ve ./unreal rehash komutlarını uygulayın. İşleminiz gerçekleşmiş olacaktır.
NOT: Renkli identd ve hostta kullanabilirsiniz, bu düzenleme ile.)