PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
bind pub - !komutlar msg_commands
proc msg_commands {nick uhand host chan text} {
if {[string match "#elit-egitim" $chan]} {
putquick "PRIVMSG $chan :############################################"
putquick "PRIVMSG $chan :!komutlar = tüm komutları gösterir"
putquick "PRIVMSG $chan :!Fegitim » Global Founderlerinin Bilmesi gerekenler"
putquick "PRIVMSG $chan :!VIPbilgi = VIP üyelik Hakkında Bilgi"
putquick "PRIVMSG $chan :!away = away duruma geçerken kullanabilirsiniz"
putquick "PRIVMSG $chan :!yapimci = AdminTakiP Yapimcisini Gösterir"
putquick "PRIVMSG $chan :############################################"
}
}
bind pub - !vipbilgi msg_vip
proc msg_vip {nick uhand host chan text} {
if {[string match "#elit-egitim" $chan]} {
putquick "PRIVMSG $chan :############################################"
putquick "PRIVMSG $chan :VIP takısı Chats.Gen.tr Üyelerine Özel Bir takıdır."
putquick "PRIVMSG $chan :Bütün Global Kanallar +h (%) Seviyesine Ulaşırsınız"
putquick "PRIVMSG $chan :Hostunuz VIP.Chats.gen.tr Şeklinde Gizlenir (+W) Flagı etkindir"
putquick "PRIVMSG $chan :Whois Cekenleri Görebilirsiniz"
putquick "PRIVMSG $chan :Yonetim Kanallarına Erişim İzni"
putquick "PRIVMSG $chan :VIP ÜYE BİLGİLERİ SONLANDIRILDI"
putquick "PRIVMSG $chan :#############################################"
}
}
|