Hi, I need some coding info regarding the use of date. Basically what i need is to get some variables of a date example: set minutes 6 set 24hour 14 set day 10 set month 12 set year 2006 And then i want the script to calculate the remaining time from today untill that date in this format: Years,Mont...
I want to create a script that will save the channel key when its currently in the channel that has it so that it will be able to rejoin the channel incase of a ping timeout or a disconnect of some sort.
Any ideas how to do this or if there is a ready script?
Actually I have that TCL and it works fine. The best trivia i ever saw.
Try upgrading your eggdrop to the newest one. Currently 1.6.17 and that should do it.
Hi guys, I have a script i wrote and i have a variable for example. set var1 "Congrats you won" and in the prog i call that proc someprog {nick host handle chan text} { global var1 putquick "KICK $chan TheGuy $var1" -next return 1 } This is an example i made from the real code. T...
Hi, I am making an auto-response tcl and i need your help as i am at a loss. This is what i have so far. #Bind The Procedure. bind pubm - "*" check_word set respond_words { "lol:laughs out loud" "brb:Be Right Back" } proc check_word {nick host handle chan text } { globa...
proc putnow { a } { append a "\n" putdccraw 0 [string length $a] $a } Am i missing something with this, above was said this bypasses all msg queues, however when i use a loop to send 10 messages it still seems to kick into some sort of queue after the first 5. The first 5or6 will come ins...