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

by ORATEGOD
Wed Aug 14, 2024 2:09 pm
Forum: Script Requests
Topic: Automatic statistics
Replies: 8
Views: 3821

Re: Automatic statistics

You can try https://gitlab.com/tcl-scripts/irc-statistics/-/blob/main/cstats.tcl I didn't added admins and owner in live stats because I can't test it, and the "total" users is the number of normal users. This script is just a POC to help you, probably some bugs exist in it, but none appe...
by ORATEGOD
Mon Aug 12, 2024 8:58 pm
Forum: Script Requests
Topic: Automatic statistics
Replies: 8
Views: 3821

Re: Automatic statistics

CrazyCat wrote: Mon Aug 12, 2024 6:18 pm Not sure it exists, but quite easy to do.
I'm not sure to understand if the second line is live or statistical
Hi CrazyCat .. thanks for replying =)

The first line... is statistics.
The second line... is live.
by ORATEGOD
Mon Aug 12, 2024 4:16 pm
Forum: Script Requests
Topic: Automatic statistics
Replies: 8
Views: 3821

Automatic statistics

Hello friends!! Is there any code that gives this type of statistics for a channel every X hours (example: every 2 hours) Example: Stats #Channel: Join(s): 1234 | Part(s): 240 | Quit(s): 624 | Kick(s): 74 | Ban(s): 32 | Peak: 1589 Stats #Channel: ~ Total: 2 | & Total: 5 | @ Total: 3 | % Total: 2...
by ORATEGOD
Fri Oct 06, 2023 8:06 am
Forum: Other Topics
Topic: eggdrop.fr is back, with 2 years losts
Replies: 4
Views: 10405

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: 8240

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: 8240

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: 8240

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: 8240

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: 3614

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: 2052

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: 3279

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: 3279

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: 3279

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: 2140

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: 2140

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...