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.

Auto msg-script

Old posts that have not been replied to for several years.
Locked
User avatar
calle
Voice
Posts: 16
Joined: Tue Oct 26, 2004 10:16 am
Location: Icebearland, Norway
Contact:

Auto msg-script

Post by calle »

Can anyone fix a script for me that automaticly messages a nick after e.g. 10 seconds?

Regards.
Last edited by calle on Mon Apr 11, 2005 4:36 pm, edited 3 times in total.
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

This is not a script, just a piece of code which can do the job for you.

Code: Select all

#Set nick here to message
set nick_to_msg "awyeah"

#Set the message text here
set text_to_msg "Hello baby!"

utimer 10 [list putserv "PRIVMSG $nick_to_msg :$text_to_msg"]
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
calle
Voice
Posts: 16
Joined: Tue Oct 26, 2004 10:16 am
Location: Icebearland, Norway
Contact:

Post by calle »

Thanks :)
Locked