You have requested more scripts on here in 2 weeks than 90% of every other user on here. We are not your personal script making service. If you cant be bothered to help yourself and learn something for yourself then we cant be arsed to help you. Read the tcl-commands.doc that comes with your eggdrop. look at all the resources on this forum for help on how to start scripting also there are other scripting help sites like suninet.nl and so on.
Make an effort to help yourself and we will make an effort to help you.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
A simple example of a greet script. If a user with the nickname "awyeah" (non-casesensitive) joins any of the channels the bot is on, it will be greeted by the bot.
Explanation line by line:
1) We trigger to check everyone joining a channel where the bot is on
2) We start our procedure
3) Check if the joining nick is not the bot's nick and the joining nick is "awyeah"
4) Go ahead ahead and display the greet message into the channel
5) Close with the if statements and procedures ending braces