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.

MSG a text on channel at a definde time.

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
e
eXtremer
Op
Posts: 138
Joined: Wed May 07, 2008 5:33 am

MSG a text on channel at a definde time.

Post by eXtremer »

Hello.
Need a script that will say somethin` (info) that I need on a specific channel at a defined time.
What I need, for example the bost must say.

<Bot> (INFO): Please visit our forum - http://forum.egghelp.org
after 2 hours (for example)
<Bot> (INFO): Channel rules can be find here: http://forum.egghelp.org/rules/
after 2 hours (for example)
<Bot> (NEWS): The Guardian Protection Bot is back again, sorry for inconvenience.

And if it's possible to have different INFO lines on different channels.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Search the Tcl Archive for ads.
s
smash
Halfop
Posts: 45
Joined: Mon Jul 31, 2006 12:33 pm

Post by smash »

quakenet #fraguk www.fraguk.com
hosting 113 scripts @ this time!
e
eXtremer
Op
Posts: 138
Joined: Wed May 07, 2008 5:33 am

Post by eXtremer »

#2, Sir_Fz: thanks !
#3, smash: thank you.
B
Bahasa
Voice
Posts: 19
Joined: Sun Jul 27, 2008 11:22 am
Contact:

Post by Bahasa »

eXtremer wrote:#2, Sir_Fz: thanks !
#3, smash: thank you.
Just *if* you need it. you can change the advertise text on NOTICE
proc go {} {
global channel time text timer
foreach chan $channel {
set line [lindex $text [rand [llength $text]]]
putserv "NOTICE $chan :$line"
}

if your user use mirc and has active sound that will be always notified your adv so they always *must* know hehehe *winks*
Post Reply