HI i have some script questions :) 1. What is the command for increase a unixstamp to the next 3 days ( Example: My Timestamp is from yesterday and i will check if it really is from yesterday) 2. How can i execute dcc commands from other script who react on that? 3. How can i increase a variable or ...
I have no botnet only the Ip and Port of the bot and want to start a script there, but how?? i read something like "idx" but how to use it?? and what must have the remote bot installed that he accept the commands from the main bot??
My problem is if i use something like that: proc scan:chan { nick idx handle chan lochan } { set lochan [split $lochan] set localchannel [lindex $lochan 0] channel add $localchannel set chanlist [llength [chanlist $localchannel]] if { $chanlist > "20" } { putlog "Channel accepted $loc...
how can i say my bot to join a channel and count alle the people there (how many people in the channel) and then part the rest i know but not how to count a channel where the bot already is.
HI i have a script like this bind pub - "!nick" add proc add { nick idx handle chan args } { set name [lindex $args 0] set email [lindex $args 1] set text [lindex $args 2 end] puthelp "NOTICE $nick :Hi $name with $email added and $text" } but now the notice is if i type: !nick mi...
I would like to know how can is use in TCL such like that: if { $nick == "bla" } { putlog "Nick is bla" } else if { $nick == "blaa" } { putlog "Nick is blaa" } else { putlog "I dont know that Nickname" } that doesnt work I need the else if function b...
This is an Help Board in TCL Scripting not a "We make your TCL Scripts" Board! If you have problems or no idea to do such things you can ask here. But i think no one will you do such a script! I give you the tip: Read the TCL Tutorial Search with google for "+Fastbasesql +Eggdrop"...
now in another program i want to start the script with the 2 variables chan und type. But how can i execute this program. With bind i know it but how in other programs?