I am totally newbie at TCL scripting...
I've downloaded WinBot... It's not a real eggdrop but majority of it's scripts needs to be in TCL language, or something like it.
I need some help... Please, if you don't mind, tell me how to do the situations I'll describe or send links where I can find this information, either this forum or not.
1) Timer:
I would like to have a script where some commands has timer.
In mIRC language we can use:
Code: Select all
on *:connect: {
/timer 1 23 /join #channel
}
I would like to know which is the code in .tcl or .wbs!

2) Timing messages:
For example, send an exactly message to this specific channel, ever X minutes. (.tcl or .wbs)
3) Random messages: (in .wbs or .tcl)
How to send messages to specifcs channels, randomly. I know those messages need to be in a .txt file, but I miss all the rest of code!
4) Adding 'commands' (in .wbs or .tcl)
For example, in this specific channel someone types a command, like !banana, and the bot sends to that person the message recorded to !banana.
Some requirements:
- Add: !addtrigger name message
- Remove: !remtrigger name
- List: !listtrigger
- If the user has status, he can send to the channel or to an user. Example:
- Message to the channel: !forum
- Notice to the user: !forum $nick
- If the user hasn't status, he can only receive, typing only the command:
- Notice to the user when is he typing and doesn't have status: !forum
If you know any website with tutorials or information for beginners that you think can help, please, tell me!!
Thanks for reading and help *.*