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.

Send a private message to a user 15 seconds he joins

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
J
Jiraya
Voice
Posts: 1
Joined: Sun Feb 07, 2010 11:05 am

Send a private message to a user 15 seconds he joins

Post by Jiraya »

Ok, I really tried... and for a lot of time... Seems like I'm pretty bad with programming :(

Could someone be so kind and make that script? I searched everywere and did not find... I need a script that, after someone joins the channel, it will send that person a private message, but only after 15 seconds (that timer thing is a problem, I got new white hair because of this)

Please could someone help me?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Code: Select all

utimer 15 [list puthelp "privmsg $nick :message"]
This sends a message after 15 seconds to the user (assuming you place it inside a join-bind procedure).
Post Reply