Oper tcl script

 

loadmodule server
set net-type 0
set realname "4Webgrup Eggdrop Hizmetleri"
set init-server { putserv "OPER OperNickiniYaz OperŞifresiniYaz"
putserv "umode +c"
 

}
 

 

(daha fazla…)

Ops TCL Script

#Global Kanal Yetkililerinin Sajoinle Alınacakları Kanal İsmi
set oplarinkanali "#Ops"
channel add $oplarinkanali
#Burdan Sonrası için Edit'e Gerek Yok.
bind mode – "*+o*" ops:yonlendirmesi
#kanalda op oldugunda Bu Islemi yap
proc ops:yonlendirmesi {nick uhost hand chan mc kimsin} {
global oplarinkanali

 

(daha fazla…)

Test Oyun Botu Tcl Scripti

#  The full path to the file containing the questions and answers.
#  The account the bot runs on must have read access to this file.
#  This is the default question file used at startup
set tgqdb "scripts/test/demoquestions.txt"

#Set your questions data files here
#If u dont use one of them
#use <return> as seperator or put everything on one line with a space!! eg: set questionfiles"file&desc file&desc file&desc"  

(daha fazla…)

ScanX v2 tcl script download

##############################################

## Botun gireceği global kanallar. Bu kanallar Confta da ##

## Belirtilmiş olmalıdır. Ve Admin kanalını belirliyoruz ##

## Kanal sayısını artırıp azaltabilirsiniz. ##

##############################################

(daha fazla…)

Helphost.tcl script download

set hhost "Helper"

set hident "Helper"

set hname "IRCD HELP Sorumlusu"

set hchan "#Help"

bind mode – * modes

(daha fazla…)

Page 1 of 212»