hello mister CrazyCat i want to add a tcl script to my eggdrop wich can allow the eggdrop to post on my channel every 5 minutes a specifique message from list bellow
{
"#ircseure Rules : https ://somethins "
"For help cotact Afrit"
"#ircsecure moderated by Afrit please wait to be voiced by the bot"
}
i made this one with the code provider by CrazyCat it's working fine but he can't read "!start" or any word with !
he is reading olny text without "!" how i can resolve that ???
error msg : [20:01:00] Tcl error [autospeak]: can't read "greetmsg": no such variable
This is a nice "fourre-tout", but I think you lack the bases of tcl scripting.
I'll make a script tomorrow, with a lot of comments to explain how it works. And if I find time, I'll explain you the main errors you made.
But for now, it's sleepin' time.
P.S.: contact me using MP about your registration @ forum.eggdrop.fr, I'll give you a password to let you access the forum & your account
I don't understand exactly what you plan to do, there are several parts:
- the automatic sentence each 5 minutes: I guess you want to display a random sentence
- a greet message (on join) : another random sentence (different from the previous ?)
- some triggers like !start, !stop, !hint, but I don't know what you want to do with them.