Jump to content
chain

Eggdrop Auto reply

Recommended Posts

  • Administrators

Eggdrop auto reply

if anybody pm your bot it will reply to that user with assigned messages

 

#=======================================================#
#Timer for reply. Bot will take time to reply the DM.   #
#In seconds ( well 60 seconds in a minute. LOL )        #
#=======================================================#

set rplytimer 10

#=======================================================#
#The messages can be edited as you like. Just put them  #
#in "" and keep it in order. if you fuck it up dont say #
#to people this script dont work. =)                    #
#=======================================================#

set autorply {
"Im a Functional Alcoholic but not Functioning atm @;"
"Yes Im here"
"What do you want?"
}

#========================================================#
#You can edit this if you are big boy!. im just a        #
#plebeian.                                               #
#========================================================#

bind msgm - * msgm:reply

proc msgm:reply {nick host hand text} {
 global autorply rplytimer
 utimer $rplytimer  [list puthelp "PRIVMSG $nick :Hello $nick [lindex $autorply [rand [llength $autorply]]]"]
}
putlog "autoreply.tcl 0.1 by Error loaded"

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...