This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

how to detect dcc send for anti-spam bot

Old posts that have not been replied to for several years.
Locked
User avatar
Dedan
Master
Posts: 260
Joined: Wed Jul 09, 2003 10:50 pm
Location: Memphis

how to detect dcc send for anti-spam bot

Post by Dedan »

i am making a anti-spam bot and i want to kick for
all dcc send (send file) to the bot.

I am looking for the bind to this AND the number of arguments

also, where can i find all the ctcp and dcc binds

I can not find what i want in the "Eggdrop Tcl Commands" file

thanks for any help given
I once was an intelligent young man, now i am old and i can not remember who i was.
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

Code: Select all

bind ctcp - DCC proc:name
proc proc:name {nick uhost handle dest key text} {
....
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Re: how to detect dcc send for anti-spam bot

Post by YooHoo »

Dedan wrote:i am making a anti-spam bot and i want to kick for
all dcc send (send file) to the bot.
I am looking for the bind to this AND the number of arguments
also, where can i find all the ctcp and dcc binds
I can not find what i want in the "Eggdrop Tcl Commands" file
The document distributed with every eggdrop, tcl-commands.doc, is the tcl bible. All binds are covered within, along will 99% of the rest of tcl commands. If you cannot find what you are looking for, then I think maybe you should look again......
:mrgreen:
Locked