| View previous topic :: View next topic |
| Author |
Message |
eXtremer Op
Joined: 07 May 2008 Posts: 138
|
Posted: Thu Jul 17, 2008 2:06 am Post subject: MSG a text on channel at a definde time. |
|
|
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. |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
|
| Back to top |
|
 |
smash Halfop
Joined: 31 Jul 2006 Posts: 45
|
|
| Back to top |
|
 |
eXtremer Op
Joined: 07 May 2008 Posts: 138
|
Posted: Fri Jul 18, 2008 3:23 am Post subject: |
|
|
#2, Sir_Fz: thanks !
#3, smash: thank you. |
|
| Back to top |
|
 |
Bahasa Voice
Joined: 27 Jul 2008 Posts: 19
|
Posted: Sun Jul 27, 2008 3:00 pm Post subject: |
|
|
| 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* _________________ Bahasa Indonesia |
|
| Back to top |
|
 |
|