IRCForumu.Net - Türkiye'nin IRC ve mIRC Kullanıcılarının Buluştuğu Forum

IRCForumu.Net - Türkiye'nin IRC ve mIRC Kullanıcılarının Buluştuğu Forum (https://www.ircforumu.net/)
-   Hazır Kodlar (https://www.ircforumu.net/hazir-kodlar/)
-   -   Socket Bot Host Verme (Conservice Tarzı ) (https://www.ircforumu.net/hazir-kodlar/4728-socket-bot-host-verme-conservice-tarzi.html)

immortaL 20 Ağustos 2016 22:37

Socket Bot Host Verme (Conservice Tarzı )
 
Kod:

on *:text:hostop:#ops: {
.timer 1 1 chgident $nick ops
.timer 1 1 chghost $nick globalop.domain.com
}

on *:text:hostsop:#Sops: {
.timer 1 1 chgident $nick Sops
.timer 1 1 chghost $nick globalsop.domain.com
}
on *:text:hosthelp:#Helpers: {
.timer 1 1 chgident $nick IRC
.timer 1 1 chghost $nick helper.domain.com
}
on *:text:hostsop:#Helpsop: {
.timer 1 1 chgident $nick IRC
.timer 1 1 chghost $nick helpsop.domain.com
}
on *:text:host:#Founder: {
.timer 1 1 chghost $nick founder.domain.com
}


Kullanımı :

Ops kanalında hostop yazıldıgında Bot otomatik olarak yazan kısıye host verir dilerseniz cogaltabilirsiniz..[/


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 16:07.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0
Copyright ©2005 - 2023 IRCForumu.Net - Tüm Hakları Saklıdır.