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

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

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

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

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

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

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

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

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

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

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

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...
by flink
Fri Jan 06, 2023 9:53 am
Forum: Scripting Help
Topic: a help for this part of a tcl
Replies: 8
Views: 4541

a help for this part of a tcl

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 requests at the moment. Any suggestion to fix it? bind pub -|- !l...
by flink
Wed Dec 14, 2022 1:45 pm
Forum: Scripting Help
Topic: to raise ops in any room where the bot is
Replies: 28
Views: 7707

I understand, I'll remove the characters from l nickcompletion and I'll just leave the colors since the eggdrop reads them perfectly and finished sooner and so I don't complicate your life with questions :) thanks again for the help.
PD: hi SpiKe^^ sorry for not greeting you friend :)
by flink
Wed Dec 14, 2022 1:20 pm
Forum: Scripting Help
Topic: to raise ops in any room where the bot is
Replies: 28
Views: 7707

Good Simo, yes apparently adding to the code set text [regsub -all -- {\s{2,}} [string trim [stripcodes * $text]] { }] It does recognize colors, but the ones eggdrop doesn't recognize are characters such as \\\[\]\{\} etc. The contribution of the second code for the mIrc would be the same as deactiv...
by flink
Wed Dec 14, 2022 12:41 pm
Forum: Scripting Help
Topic: to raise ops in any room where the bot is
Replies: 28
Views: 7707

Hello again, the nick without color would be this: [-->nIks<--] and when the nickcompletion colors it, it would be like this: 12[10-11-3>02n02I02k02s3<11-10-12]
by flink
Wed Dec 14, 2022 10:15 am
Forum: Scripting Help
Topic: to raise ops in any room where the bot is
Replies: 28
Views: 7707

Thanks for answering CrazyCat, I thought there was a way in which the bot would pay attention when we write in colors, in this case it's a nickcomletion addons that write it anywhere in the sentence, the answer doesn't solve my question, thanks anyway for participation. I stay in the same situation ...