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

by flink
Tue May 21, 2024 8:53 am
Forum: Scripting Help
Topic: do not ban ops
Replies: 9
Views: 143

Re: do not ban ops

Hello CrazyCat
Exactly what you described
everything that has and performs the eggdrop but that exclude ops (and halfops
by flink
Tue May 21, 2024 8:33 am
Forum: Scripting Help
Topic: do not ban ops
Replies: 9
Views: 143

Re: do not ban ops

Simo. thanks for answering
I understand but it doesn't work, this last help you provide doesn't do anything at all, kick it and send the message without further ado.
by flink
Tue May 21, 2024 8:10 am
Forum: Scripting Help
Topic: do not ban ops
Replies: 9
Views: 143

Re: do not ban ops

hello simo
I killed eggdrop again, made the changes you recommended and now it's back to how it was at the beginning, it kicks everything, it doesn't distinguish, I even removed @ from the eggdrop and with the voice it sends the message
and it does not release an error in the partyline
by flink
Mon May 20, 2024 3:24 pm
Forum: Scripting Help
Topic: do not ban ops
Replies: 9
Views: 143

Re: do not ban ops

Hello simo, thank you for the contribution. Kill the eggdrop, install what you propose again, start it again and ban and kick the @ in the rooms.

Tcl error [banchan:response]: can't read "chan": no such variable
by flink
Mon May 20, 2024 8:39 am
Forum: Scripting Help
Topic: do not ban ops
Replies: 9
Views: 143

do not ban ops

as the title says I would like to not ban the @ from the room as it lacks that detail does not distinguish. thanks. ##################################################### # Opciones: # Establece los canales en los que quieres comprobar los usuarios # incluye el "#" y sepáralos con un espaci...
by flink
Tue Jan 17, 2023 10:43 am
Forum: Script Requests
Topic: any tcl ,how to have or read a buffer or log
Replies: 0
Views: 16578

any tcl ,how to have or read a buffer or log

how can i read buffer or log of what is happening in the rooms where the eggdrop is, when i am not connected.
as if it were a znc that when I connect I read what has happened in my absence.thank you
by flink
Sat Jan 14, 2023 7:32 am
Forum: Script Requests
Topic: see if you can correct me and help me with this code
Replies: 5
Views: 2145

as it is good practice to contribute I paste the code with which it works for me. it picks up the request. it sends it to the dj room, it sends it to the dj. if the user requests before the time limit, it warns him only once of the time left to request and puts an ignore for the time we tell the egg...
by flink
Thu Jan 12, 2023 12:34 pm
Forum: Script Requests
Topic: see if you can correct me and help me with this code
Replies: 5
Views: 2145

I don't get any errors in the party-line as the code is now. I made changes to the code again: set rest [expr $limit - $timeago] putserv "privmsg $chan :6 $nick 14espera 4 [duration $rest] 14para solicitar otra 6canción nuevamente." } else { return 0 } if {$rest > 160} { putserv "priv...
by flink
Wed Jan 11, 2023 9:29 am
Forum: Script Requests
Topic: see if you can correct me and help me with this code
Replies: 5
Views: 2145

thanks CrazyCat for replying. i tried what you said and i got the same result. only the 1st message pops up:
$nick wait [duration $rest] to request another song again.
CrazyCat wrote:$rest is an integer, why using llength (length of a list) which will return 1 in your case.

Code: Select all

if {$rest > 160} {
by flink
Tue Jan 10, 2023 4:00 pm
Forum: Script Requests
Topic: see if you can correct me and help me with this code
Replies: 5
Views: 2145

see if you can correct me and help me with this code

# shoutcast.tcl v1.03 by domsen <domsen@domsen.org> (c)2oo5 # # comments? bugs? ideas? requests? money? beer? # plz mail me or visit my homepage @ www.domsen.org # visit #newsticker@ircnet # # ############################################################### # shoutcast.tcl v1.03 by Chino <chino@cana...
by flink
Sun Jan 08, 2023 6:39 am
Forum: Scripting Help
Topic: a help for this part of a tcl
Replies: 8
Views: 4627

Thanks SpiKe^^
you have solved the whole code for me all working
by flink
Sat Jan 07, 2023 12:02 pm
Forum: Scripting Help
Topic: a help for this part of a tcl
Replies: 8
Views: 4627

thanks SpiKe^^
the list solution works for me.
for the date and time to be written in each request to be written in list_requests.txt can you help me thank you
by flink
Sat Jan 07, 2023 8:10 am
Forum: Script Support & Releases
Topic: Request songs limit to 2 songs per person
Replies: 16
Views: 11152

Re: Limit requests to 2 per nick per 15 minutes

I need help with this part of the script: putserv "warning $nick: No more than 2 requests in 15 minutes!" You could add how much time is left before you can reapply, example: putserv "notice $nick: No more than 2 requests in 15 minutes! you have to wait 6 minutes to be able to request...
by flink
Sat Jan 07, 2023 7:14 am
Forum: Scripting Help
Topic: a help for this part of a tcl
Replies: 8
Views: 4627

Hi Spike^^ Thank you for collaborating. What you have posted works, it seems that I forgot to put in the previous examples when the list begins with: Start List of requests. One last bit of help could be that when I send the list it goes like this: @dj : !listapedidos @radio : Inicio Listado peticio...
by flink
Fri Jan 06, 2023 2:15 pm
Forum: Scripting Help
Topic: a help for this part of a tcl
Replies: 8
Views: 4627

Re: a help for this part of a tcl

hello crazycat with this code I request the list of requests First of all, congratulations all Happy New Year 2023. When users make a musical request, the bot sends it to the dj room and writes it in a txt. When I request the order list It always comes out, whether there are requests or not: No requ...