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 39 matches

by ORATEGOD
Fri Oct 06, 2023 8:06 am
Forum: Other Topics
Topic: eggdrop.fr is back, with 2 years losts
Replies: 4
Views: 7231

Re: eggdrop.fr is back, with 2 years losts

THX .... Gracias !
by ORATEGOD
Mon Sep 04, 2023 2:54 pm
Forum: Script Requests
Topic: Counter help
Replies: 6
Views: 6359

The script isn't designed to be used with an eggdrop but to be run from shell. $argv is the list of arguments sent to a script. The bind is not complete (bind join - "#lobby *" greetAndCount) and the greetAndCount defintion is false (proc greetAndCount {nick uhost handle chan} { ... }) Wa...
by ORATEGOD
Mon Sep 04, 2023 12:07 pm
Forum: Script Requests
Topic: Counter help
Replies: 6
Views: 6359

caesar wrote:Look at the bind statement and take it from there. If i where to guess, he asked ChatGTP to make this piece of code. :lol:

Hello.... I don't know if it was written by ChatGPT, if so, could that be the error?
by ORATEGOD
Mon Sep 04, 2023 12:05 pm
Forum: Script Requests
Topic: Counter help
Replies: 6
Views: 6359

This error is the one that shows when turning on the eggdrop

Code: Select all

can't read "argv": no such variable
    while executing
"lindex $argv 1"
    (file "scripts/welcome.tcl" line 56)
    invoked from within
"source scripts/welcome.tcl"
by ORATEGOD
Sat Sep 02, 2023 8:59 pm
Forum: Script Requests
Topic: Counter help
Replies: 6
Views: 6359

Counter help

I found this counter with time and date but I can't get it to work correctly, I hope someone can help me or guide me how to correct it so that it can work Thank you in advance as always for your help in the forum excuse my bad english # Script to greet new users and count their visits # Path to the ...
by ORATEGOD
Mon Feb 20, 2023 11:51 pm
Forum: Script Requests
Topic: Auto Rehash
Replies: 3
Views: 3102

Auto Rehash

Code: Select all

proc rehash { } {
	global chanlist

	foreach channel [array names chanlist] { 
	putquick "PRIVMSG $channel :Ejecutando Rehash Automatico" 
	}

	rehash 
}
settimer rehash 3600 rehash

I found this TCL but I can't get it to work, I hope someone can help me.


Thank you so much !
by ORATEGOD
Tue Jan 03, 2023 5:25 pm
Forum: Script Requests
Topic: kill on join. :O
Replies: 3
Views: 1546

kill on join. :O

Description: Este código asigna una acción al evento "on join", que se activa cuando un usuario se une a un canal. Cuando se activa este evento, el código obtiene el nombre de usuario del usuario que se ha unido al canal y lo compara con la lista de usuarios a los que quieren dar un kill. ...
by ORATEGOD
Tue Oct 18, 2022 3:18 pm
Forum: Scripting Help
Topic: it's possible?
Replies: 5
Views: 2514

Searching... found a TCL from CrazyCat. In which +kb is prohibited from entering a channel, my question is if it could be expelled. through KILL a user and add a counter to said expulsion and notify through topic . Restricted access (CrazyCat) ---> Makes access to a specified channel restricted. Onl...
by ORATEGOD
Tue Oct 18, 2022 2:59 pm
Forum: Scripting Help
Topic: it's possible?
Replies: 5
Views: 2514

CrazyCat wrote:Read http://forum.egghelp.org/viewtopic.php?t=6236

And depending on your ircd, you can use spamfilter to do that.

Thank you .... for the dimension .... I will keep it in mind for future messages

(excuse my bad english)
by ORATEGOD
Mon Oct 17, 2022 8:36 pm
Forum: Scripting Help
Topic: it's possible?
Replies: 5
Views: 2514

it's possible?

Greetings friends, it is possible to transform this *.mrc into a TCL for an eggdrop on IRCops level ###################### # Restricted channel # ###################### on *:join:#CHAN:{ kill $nick -Restrict channel- (Kill: %totalkill $+ ) .topic #CHAN Restricted channel, DO NOT enter - Total victim...
by ORATEGOD
Mon Oct 03, 2022 7:47 am
Forum: Script Requests
Topic: Error
Replies: 2
Views: 1719

As your variable time is global, without namespace, and with a really generic name, I guess you have another script, loaded before this one, which also use time variable and declare it as an array. Change your variable name. Tip: never use generic name, and more never use reserved keywords, as time...
by ORATEGOD
Sun Oct 02, 2022 8:39 pm
Forum: Script Requests
Topic: Error
Replies: 2
Views: 1719

Error

greetings friends I have an error starting this TCL. The eggdrop is version v1.6.18 I appreciate the help you can give me =) can't set "time": variable is array while executing "set time 90" (file "scripts/servidor.tcl" line 23) invoked from within # Tempo de envio de M...
by ORATEGOD
Sat Aug 20, 2022 12:57 am
Forum: Script Requests
Topic: Channel Statistics (plz!!)
Replies: 5
Views: 2664

Re: Channel Statistics (plz!!)

Thank you very much for the information.
by ORATEGOD
Mon Aug 15, 2022 8:02 pm
Forum: Script Requests
Topic: Channel Statistics (plz!!)
Replies: 5
Views: 2664

Channel Statistics (plz!!)

Greetings friends, there is a tcl that does this routine for example, Every 2 Hours. I have seen it in an mIRC Bot, Thank you in advance for your responses. Sorry my bad english * <+TheBot> == Channel Statistics #Channel == * <+TheBot> ----------------------------------- * <+TheBot> Owner - ( 1/258...
by ORATEGOD
Sat Mar 26, 2022 3:30 pm
Forum: Script Requests
Topic: Mrc to TCL !!! Pliss xD
Replies: 0
Views: 16637

Mrc to TCL !!! Pliss xD

Greetings friends, is it possible to change this *.mrc to *.tcl ?? Excuse my bad English. ############################################ # Search for packs for the #eBOOKs channel # ############################################ on *:START:{ hmake xdccs 2000 } on *:TEXT:$(* $+ $chr(35) $+ *):#eBOOKs:{ i...