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.

Greet script with user quotes

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
a
atheos
Voice
Posts: 1
Joined: Tue May 18, 2010 5:32 pm

Greet script with user quotes

Post by atheos »

Hi all!
I configured a bot to replace a previous one we had on a channel and it had this nice script which greeted every user with a random quote from the user. This script is now lost (I don't even know if the previous bot was Eggdrop) and I simply cannot find a substitute. All I got was a ton of quote scripts and a another ton of greet scripts but zero to combine these two. Too much complex user management etc.

What I need (and it's not much):
- a script to display a random quote from a user when that user joins the channel
- case-insensitive nick matching only (host matching not necessary)
- simple database file
- users with specific Eggdrop user flags (e.g. o) can add quotes by public channel command or /msg
- syntax: !addquote nick123 Haha it was funny! OR /msg botnick addquote nick123 Haha it was funny!
- output when nick123 joins: "Haha it was funny" (C) nick123
- possibility to trigger a quote manually with !quote nick123
- user adjustable variables for channel, required flags for adding quotes and required flags for triggering them manually

Now this is not hard, I know that. Can't be. But my coding skills are a total zero so I just can't pull this off no matter how much I'd love to. So... Anyone? Please?
Post Reply