![]() |
|
|
#21 (permalink) |
![]()
Giriş Tarihi: 03-17-10
Yer: Windows Mesajlar: 68 IRC: Web: www.IRCGundem.Com İlgi Alanı: İtibar Gücü: 10 Rep Puanı : 170 Rep Derecesi : ![]() |
SHELL1 TCL
Kod:
###########################
### ShellTime.tcl ###
### Version 1.2 ###
### By Wcc ###
### irc.dal.net ###
###########################
#############################################################
## This script shows users the time on the eggdrop's shell. #
#############################################################
##############
## COMMANDS ##
##########################################################
## DCC ## .time ##
######### Displays the time on the eggdrop's shell. ##
##########################################################
######################################
## Just load the script and rehash. ##
######################################
####################
# Code begins here #
####################
bind dcc - time show_time
proc show_time {hand idx arg} {
putidx $idx "SHELLTIME: [clock format [clock seconds] -format "%I:%M:%S %p %A, %B %d, %Y"]"
}
putlog "SHELLTIME: ShellTime.tcl 1.2 by wcc is loaded."
__________________
Sadece HisseT |
|
|
|
|
|
#22 (permalink) |
![]()
Giriş Tarihi: 03-17-10
Yer: Windows Mesajlar: 68 IRC: Web: www.IRCGundem.Com İlgi Alanı: İtibar Gücü: 10 Rep Puanı : 170 Rep Derecesi : ![]() |
IRCOPSCAN TCL
Kod:
######################################################
### IRCopScan.tcl by _]NiX[_ <nix@valium.org> ###
### scan for irc operator who joined your channels ###
### http://valium.org ###
######################################################
# start IRCopScan.tcl by default?
set operscan(start) 1
# send a notice to channel operator (only if bot is chanop)
set operscan(noticechanop) 0
######################################################
bind join - * IRCopScanOnJoin
proc IRCopScanOnJoin {nick uh hand chan} {
global operscan scanoperchan botnick
if {$operscan(start) && $nick != "$botnick"} {
set scanoperchan($nick) "$chan"
putserv "USERHOST $nick"
}
}
bind raw - "302" IRCopScan302
proc IRCopScan302 {from key text} {
global operscan scanoperchan
set text "[lindex $text 1]"
set nick [lindex [split "$text" :=*] 1]
if {($operscan(start)) && ([info exists scanoperchan($nick)]) && ([string match *\\* [lindex [split "$text" =] 0]])} {
set chan $scanoperchan($nick)
putlog "$nick is an IRC Operator - detected on $chan"
if {([botisop $scanoperchan($nick)]) && ($operscan(noticechanop))} {
foreach u [chanlist $chan] {
if {[isop $u $chan]} {putserv "NOTICE $u :$nick is an IRC Operator - detected on $chan"}
}
}
unset scanoperchan($nick)
}
}
bind dcc m IRCopScan IRCopScanDCC
proc IRCopScanDCC {hand idx args} {
global operscan
if {$operscan(start)} {
set operscan(start) 0
putdcc $idx "IRCop scanner deactivated"
} {
set operscan(start) 1
putdcc $idx "IRCop scanner activated"
}
return 1
}
putlog "IRCopScan.tcl - (.ircopscan to turn on/off)"
__________________
Sadece HisseT |
|
|
|
|
|
#23 (permalink) |
![]()
Giriş Tarihi: 02-27-10
Yer: Konya Mesajlar: 1.395 IRC: irc.google.com Web: webmasterdan.com İlgi Alanı: İtibar Gücü: 150 Rep Puanı : 2940 Rep Derecesi : ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Güzel arşiv, konuyu sabitliyorum.
__________________
Forum duyuruları: [Link Görmek ve Forumumuzdan Yararlanmak İçin Üye Olmasınız. ] Moderatör başvuru formu: [Link Görmek ve Forumumuzdan Yararlanmak İçin Üye Olmasınız. ] Forum kuralları: [Link Görmek ve Forumumuzdan Yararlanmak İçin Üye Olmasınız. ] Öneri ve şikâyetleriniz: [Link Görmek ve Forumumuzdan Yararlanmak İçin Üye Olmasınız. ] - [Link Görmek ve Forumumuzdan Yararlanmak İçin Üye Olmasınız. ] |
|
|
|
![]() |
| Etiketler |
| arşivleri, tcl |
| Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir) | |
| Seçenekler | |
| Stil | |
|
|
| Lisans | Bağlantılar | İstatistik | ||
|
IRCGundem.Com, vBulletin® altyapısını kullanarak tasarlanan ve kullanıcılarına başta IRC olmak üzere, çeşitli alanlarda bilgi edinme olanağı sunan bir IRCForum sitesidir. Copyright © 2000 - 2010, Jelsoft Enterprises Ltd. IRCGundem.Com © @ 2010 Forumumuzdaki materyallerin, farklı sitelerde kaynak gösterilmeden yayımlanması suçtur. Arama motorları üzerinde hizmet verdiğimiz kelimeler; irc, irc forum, ircforumlari, irc forumları, mirc, ircfrm ve web site tanıtımları kelimeleridir. Site başlığımızsa; IRC, IRC Forum, IRC Forumu ve IRC Forumları sözcükleriyle oluşturulmuştur. |
Dış bağlantı yoluyla desteklenen IRC forum sitesi: irc |