This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 96 matches

by CoMMy
Wed Nov 22, 2006 5:55 pm
Forum: Scripting Help
Topic: Calculate Date
Replies: 2
Views: 2902

a million thanks...

Exactly what i needed:)
by CoMMy
Mon Nov 20, 2006 6:57 pm
Forum: Scripting Help
Topic: Calculate Date
Replies: 2
Views: 2902

Calculate Date

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...
by CoMMy
Sat Sep 02, 2006 9:05 am
Forum: Script Requests
Topic: Channel Key Save.
Replies: 2
Views: 2526

Channel Key Save.

Hi guys,

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?

Thanks
by CoMMy
Sun Apr 02, 2006 12:08 pm
Forum: Scripting Help
Topic: Special Characters in set nick.
Replies: 4
Views: 5841

I'll try it man,

Thanks for fast reply
by CoMMy
Sun Apr 02, 2006 12:02 pm
Forum: Scripting Help
Topic: Special Characters in set nick.
Replies: 4
Views: 5841

Basically its this.

set nick "{[MyNick]}"

(Set in the eggdrops config file).

Thanks
by CoMMy
Sun Apr 02, 2006 11:50 am
Forum: Scripting Help
Topic: Special Characters in set nick.
Replies: 4
Views: 5841

Special Characters in set nick.

Hi,

Im trying to use {[]} characters in a nickname. But because those codes are TCL Operators eggdrop things its a command.

Please help me out,

Thanks
by CoMMy
Wed Nov 24, 2004 10:49 am
Forum: Archive
Topic: Soupmans Trivia.tcl - Anyone know?
Replies: 7
Views: 2499

If im wrong, Im sorry. This has to end so im ending it! :D
No hard feelings.
by CoMMy
Wed Nov 24, 2004 7:49 am
Forum: Archive
Topic: Soupmans Trivia.tcl - Anyone know?
Replies: 7
Views: 2499

caesar wrote:Old version of eggdrop or even TCL? Why don't you just ask the guy?
Here you say about both!!!
by CoMMy
Sun Nov 21, 2004 7:15 am
Forum: Archive
Topic: Soupmans Trivia.tcl - Anyone know?
Replies: 7
Views: 2499

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. :D
by CoMMy
Sat Nov 20, 2004 9:31 am
Forum: Archive
Topic: Need Help With Var Display.
Replies: 1
Views: 1119

Need Help With Var Display.

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...
by CoMMy
Thu Aug 26, 2004 12:32 pm
Forum: Archive
Topic: Help With This Auto Response TCL Im Making.
Replies: 3
Views: 2440

Help With This Auto Response TCL Im Making.

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...
by CoMMy
Sun Jul 25, 2004 6:51 am
Forum: Archive
Topic: Optimizing the output of putserv, putquick or putkick.
Replies: 19
Views: 9283

ircU PoWaH !!!!! :mrgreen:
by CoMMy
Sun Jul 25, 2004 2:09 am
Forum: Archive
Topic: Optimizing the output of putserv, putquick or putkick.
Replies: 19
Views: 9283

Undernet Of Course!!!!!!!!! :D

I made a proc and put it in a script like that and with 1 bot i can make up to 40 mode changes without the bot getting lag!!!

Nice :D
by CoMMy
Sat Jul 24, 2004 6:09 am
Forum: Archive
Topic: Optimizing the output of putserv, putquick or putkick.
Replies: 19
Views: 9283

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...
by CoMMy
Fri Jul 23, 2004 11:38 am
Forum: Archive
Topic: Optimizing the output of putserv, putquick or putkick.
Replies: 19
Views: 9283

Let me help!!!!


this is they way to do it.
AND ITS THE FASTEST EVER!!!!!!!!!!!!!!!!!!!

example.

Code: Select all

set q "MODE $chan :+o $nick"
putdccraw 0 [string len $q] $q
Done!!!

Btw msg me awyeah to send you an even faster way with putdccraw!!!!!