#Set the channel you want this script active on
set greetchan "#mychannel"
#Set the message here with which you want the bot to greet on join
set greetmsg "Hello all! I am an eggdrop bot and I am here guard your channel!"
bind join - "*" bot:greeting
proc bot:greeting {nick uhost hand chan} {
global botnick greetchan greetmsg
if {([isbotnick $nick]) && ([string equal -nocase $chan $greetchan])} {
putquick "PRIVMSG $chan :$greetmsg"
return 0
}
}
Good luck!
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================