Unreal3.2.x Tempshunda NICK filtreleme
![eggdrop](https://www.ircalem.net/wp-content/uploads/2018/11/unreal1-570x258.jpg)
• Klasör: Unreal3.2/src/modules
• Dosya: <m_tkl.c>
BULUN:
1 2 3 4 5 6 7 8 |
if (IsShunned(acptr)) { sendnotice(sptr, "User '%s' already shunned", acptr->name); } else if (IsAnOper(acptr)) { sendnotice(sptr, "You cannot tempshun '%s' because (s)he is an oper", acptr->name); } else { |
DEGISTIRIN:
1 2 3 4 5 6 7 8 9 10 11 12 |
if (IsShunned(acptr)) { sendnotice(sptr, "User '%s' already shunned", acptr->name); } else if (IsAnOper(acptr)) { sendnotice(sptr, "You cannot tempshun '%s' because (s)he is an oper", acptr->name); } else if (!stricmp(acptr->name, "OzelNICK")) { sendnotice(sptr, "Tempshun komutunu \2%s\2 nick'ine kullanamazsınız.", acptr->name); } else { |
![önceki yazı](https://www.ircalem.net/images/quote.png)
Unreal3.2.x Tempshunda NICK filtreleme İle Benzer Sohbet Yazıları
Unreal3.2.x Tempshunda NICK filtreleme yazına yapılan yorumlar