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.

respond - data base datenbank / text file

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
3
35i-pilot
Voice
Posts: 5
Joined: Thu Nov 17, 2005 8:05 pm

respond - data base datenbank / text file

Post by 35i-pilot »

hallo, such ein .tcl script für den eggdrop welches bestimmte wörter/kombinationen beantwortet mit passendem ausdruck.

bsp:
ich geb ein: !lackcode LY3D
bot gibt aus: Der Lackcode LY3D ist Tornadorot

da es sehr viele lackcodes sind (342 stück) ist ein manuells eingeben der liste in einen tcl code eine qual und eine, ich sag mal datenbank, einfacher, oder ?

hatte schon im archiv was entsprechendes gefunden, mc.respond, aber das kommt irgendwie nicht klar bzw. funktioniert nicht richtig. wenn ich es recht gelesen habe ist der support für das script auch eingestellt :(
Last edited by 35i-pilot on Tue Nov 07, 2006 4:19 pm, edited 1 time in total.
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

I'd try english if you except any other responses.
3
35i-pilot
Voice
Posts: 5
Joined: Thu Nov 17, 2005 8:05 pm

Post by 35i-pilot »

:oops: bad english... :oops:

need a script which respond to word/numbers combinations like:
user writes in channel: !code LY3D
the bot/script respond: The Code LY3D is RED
user writes in channel: !code LN5Y
the bot/script respond: The Code LN5Y is BLUE

a simple responder like this...

Code: Select all

bind msgm - * IAmABot
proc IAmABot {nick args} {
 puthelp "PRIVMSG $nick :I'm a bot."
}
dont works for me, because there are 342 color codes :roll:
i have no time to add them ALL in this form.

script as mc.respond (from tcl archiv) with data base support is great, but mc.respond dont work with my list & the support was stopped.

i`m really sorry for my english :oops: [/code]
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

metroid wrote:I'd try english if you except any other responses.
Or De Kus :lol:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Where does the bot get the list of color codes from?
Post Reply