IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası
  reklamver

Etiketlenen Kullanıcılar

3Beğeni(ler)
  • 1 Post By Xadd1
  • 1 Post By No_FeaR
  • 1 Post By SNOOPY

Yeni Konu aç Cevapla
 
LinkBack Seçenekler Stil
Alt 02 Haziran 2023, 10:10   #1
Çevrimiçi
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
txt okutmalı karsilama mesajı




Kod:   Kodu kopyalamak için üzerine çift tıklayın!
set ngver "v0.6.3" # newgreet v0.6.3 for eggdrop v1.3 # by toot <toot@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]d9.net> # tested on eggdrop v1.3.16 # 02/6/23 # this script will choose a random greet from a text # file when a user who the bot doesn't know enters # the channel. i got the idea from a tcl i saw on # efnet, i'm not sure who wrote it tho... # BIG BIG thanks to Design who helped me :) # just put the tcl file in your scripts directory, add # it to your config, and put a greets file in your # eggdrop directory.. :) ## you just need to set the file the greets will ## be chosen from.. one greet per line. set greetfile "greetfile.txt" ## here's the actual script.. bind join - * ngreet proc ngreet {nick host handle chan} { if {$handle == "*"} { global greetfile set file [open $greetfile r] set line 0 while ![eof $file] { set lines([incr line]) [gets $file] } set line [rand $line] set randomline $lines($line) close $file putserv "PRIVMSG $chan :\[$nick\] $randomline" } } putlog "\002newgreet\002 $ngver by toot, loaded!@"



DipNot : Alıntıdır.


Konu Vision tarafından (05 Haziran 2023 Saat 16:02 ) değiştirilmiştir.
 
Alıntı ile Cevapla

IRCForumlari.NET Reklamlar
sohbet odaları eglen sohbet reklamver
Alt 05 Haziran 2023, 16:01   #2
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: txt okutmalı karsilama mesajı




Xadd1 Nickli Üyeden Alıntı
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
set ngver "v0.6.3"
# newgreet v0.6.3 for eggdrop v1.3
# by toot <toot@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]d9.net>
# tested on eggdrop v1.3.16
# 02/6/23

# this script will choose a random greet from a text
# file when a user who the bot doesn't know enters
# the channel. i got the idea from a tcl i saw on
# efnet, i'm not sure who wrote it tho...
# BIG BIG thanks to Design who helped me
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.


# just put the tcl file in your scripts directory, add
# it to your config, and put a greets file in your
# eggdrop directory..
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.



## you just need to set the file the greets will
## be chosen from.. one greet per line.
set greetfile "greetfile.txt"


## here's the actual script..

bind join - * ngreet

proc ngreet {nick host handle chan} {
if {$handle == "*"} {
global greetfile
set file [open $greetfile r]
set line 0
while ![eof $file] {
set lines([incr line]) [gets $file]
}
set line [rand $line]
set randomline $lines($line)
close $file
putserv "PRIVMSG $chan :\[$nick\] $randomline"
}
}

putlog "\002newgreet\002 $ngver by toot, loaded!@"




DipNot : Alıntıdır.

Bunu Code olarak paylaşsanız daha iyi olurdu sanki, Emeğinize sağlık... ^_^

 
Alıntı ile Cevapla

Alt 05 Haziran 2023, 16:54   #3
Çevrimiçi
~ BLaCK_and_WHiTe ~
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: txt okutmalı karsilama mesajı




Yapanın ellerine sağlık

__________________
BLaCK_and_WHiTe is now known as SNOOPY
 
Alıntı ile Cevapla

Cevapla


Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Kapalı
Pingbacks are Açık
Refbacks are Açık


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Karsilama TCL Che TCL Scriptler 3 30 Mart 2017 22:51
Ip girişinde Karsilama By_ATMACA mIRC Scripting Sorunları 3 07 Ekim 2016 19:19
Karsilama, ugurlama tcl. ellesme Eggdrop, NeoStats, BNC 10 03 Eylül 2012 21:12
Farkli Karsilama DeLiKaNLi Eggdrop, NeoStats, BNC 7 17 Aralık 2011 22:34
Nick Karsilama TCL Yardım eXaDuS TCL Scriptler 1 27 Haziran 2009 16:17