Anope Serviceslerine Gore Duzenlenmiştir. iyi çalişmalar.
Kod: Kodu kopyalamak için üzerine çift tıklayın!
# Anope Serviceslere Gore Düzenlenmiştir.
#
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
size="2"># opekle.tcl
# Düzenleyen : GhostLy
##### Kullanimi ###
# !sop nick
# !op nick
# !halfop nick
# !voice nick
# !sil nick
#### admin kanalı..###
set ops_chan "#ops"
bind pub - !sop sopekle
bind pub - !op opekle
bind pub - !halfop halfopekle
bind pub - !voice voiceekle
bind pub - !sil silme
proc sopekle {nick uhost handle chan hings } {
global ops_chan
if {$nick != "GhostLy"} {return 0}
if {[isop $nick $chan] || [onchan $nick $ops_chan]==0} {
putserv "cs sop #sohbet add $hings"
putserv "cs protect #sohbet $hings"
putserv "PRIVMSG $hings :Merhaba $hings , Gorevinizde Başarilar Dilerim $nick Tarafindan #Sohbet Kanalına SOP Seviyesinden eklendiniz."
putserv "PRIVMSG $chan :$hings 'nickine SOP Seviyesi Eklenmistir. iyi çalişmalar"
return 1
}
return 1
}
proc opekle {nick uhost handle chan hings } {
global ops_chan
if {$nick != "GhostLy"} {return 0}
if {[isop $nick $chan] || [onchan $nick $ops_chan]==0} {
putserv "cs aop #sohbet add $hings"
putserv "cs op #sohbet $hings"
putserv "PRIVMSG $hings :Merhaba $hings , Gorevinizde Başarilar Dilerim $nick Tarafindan #Sohbet Kanalına AOP Seviyesinden eklendiniz."
putserv "PRIVMSG $chan :$hings 'nickine AOP Seviyesi Eklenmistir. iyi çalişmalar"
return 1
}
return 1
}
proc halfopekle {nick uhost handle chan hings } {
global ops_chan
if {$nick != "GhostLy"} {return 0}
if {[isop $nick $chan] || [onchan $nick $ops_chan]==0} {
putserv "cs hop #sohbet add $hings"
putserv "cs halfop #sohbet $hings"
putserv "PRIVMSG $hings :Merhaba $hings , Gorevinizde Başarilar Dilerim $nick Tarafindan #Sohbet Kanalına HALFOP Seviyesinden eklendiniz."
putserv "PRIVMSG $chan :$hings 'nickine HALFOP Seviyesi Eklenmistir. iyi çalişmalar"
return 1
}
return 1
}
proc voiceekle {nick uhost handle chan hings } {
global ops_chan
if {$nick != "GhostLy"} {return 0}
if {[isop $nick $chan] || [onchan $nick $ops_chan]==0} {
putserv "cs vop #sohbet add $hings 30"
putserv "cs voice #sohbet $hings"
putserv "PRIVMSG $hings :Merhaba $hings , Gun boyu Konuşmanizi Dilerim :) $nick Tarafindan #Sohbet Kanalına VOP Seviyesinden eklendiniz."
putserv "PRIVMSG $chan :$hings 'nickine VOP Seyisinden Access Eklenmistir. iyi çalişmalar"
return 1
}
return 1
}
proc silme {nick uhost handle chan hings } {
global ops_chan
if {$nick != "GhostLy"} {return 0}
if {[isop $nick $chan] || [onchan $nick $ops_chan]==0} {
putserv "cs sop #sohbet del $hings"
putserv "cs aop #sohbet del $hings"
putserv "cs hop #sohbet del $hings"
putserv "cs vop #sohbet del $hings"
putserv "cs deprotect #sohbet $hings"
putserv "cs deop #sohbet $hings"
putserv "cs dehalfop #sohbet $hings"
putserv "PRIVMSG $hings :Merhaba $hings , Vermiş olduğunuz Emeklerden Dolayı teşekkür ederiz. $nick Tarafindan #Sohbet Kanalından Silindiniz."
putserv "PRIVMSG $chan :$hings 'nicki'in access'i Silinmistir iyi çalişmalar"
return 1
}
return 1
}
putlog "opekle.tcl by GhostLy"
bu yazan yeri kendinize gore duzenleyiniz. bot sadece sizi tanımıs oLacaktir. tşk BuCaLı
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. Kod: Kodu kopyalamak için üzerine çift tıklayın!
if {$nick != "GhostLy"} {return 0}