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

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

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

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

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

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 ...
by flink
Wed Dec 14, 2022 8:19 am
Forum: Scripting Help
Topic: to raise ops in any room where the bot is
Replies: 28
Views: 7945

Hello CrazyCat, thanks for answering, I thought it was understood, since I return to the topic of something you requested at the time and SpiKe^^ created me and let it work and now I have the problem that you say that it does not recognize when I use the nickcompletion anywhere from the phrase that ...
by flink
Tue Dec 13, 2022 5:23 pm
Forum: Scripting Help
Topic: to raise ops in any room where the bot is
Replies: 28
Views: 7945

I go back to the topic, it is happening to me that I have a nickcompletion anywhere in the sentence and when I put the command the bot does not recognize the nickcompletion with which I want to op a room's nick, any suggestions, thanks @canario- ¦ !op #ChiCharrEroS 12[10-11-3>12n12I12k12s3<11-10-12]...
by flink
Mon Sep 19, 2022 8:20 am
Forum: Scripting Help
Topic: to raise ops in any room where the bot is
Replies: 28
Views: 7945

ok Crazy Cat, thanks for the inconvenience
by flink
Sun Sep 18, 2022 11:53 am
Forum: Scripting Help
Topic: to raise ops in any room where the bot is
Replies: 28
Views: 7945

Hello CrazyCat, depending on the level of access you give the eggdrop it would have an administrator level , that's why I put in which server I need it.
That's why I put the example script of how to interact with the chan of said Sever
by flink
Thu Sep 15, 2022 2:15 pm
Forum: Scripting Help
Topic: to raise ops in any room where the bot is
Replies: 28
Views: 7945

Sorry for replying so many days later, in chatzona if the nick is with admin level in the room you can auto-opt yourself. I paste from a deop code to the bot what the bot does automatically and chan's help. bind mode - "*-*o*" protect:autoreop if {($target == $botnick) && ($nick !=...
by flink
Sun Sep 11, 2022 3:26 pm
Forum: Scripting Help
Topic: to raise ops in any room where the bot is
Replies: 28
Views: 7945

I return to the subject with this tcl to see if you can help me if I put the command !op chan nick and the bot is not from @ I will reply: I'm not op'd. I need to be op'd to do that. and how could I make the bot auto @ e and complete the !op command like this. I know the command for the server I use...
by flink
Fri Jun 24, 2022 2:56 pm
Forum: Scripting Help
Topic: to raise ops in any room where the bot is
Replies: 28
Views: 7945

Hi SpiKe^^ As my friend says, simo works great, even with multiple nicknames at the same time. It was what I needed
I did the same for deop, voice, devoice. Thanks again.

for my part the help is closed
by flink
Fri Jun 24, 2022 6:12 am
Forum: Scripting Help
Topic: to raise ops in any room where the bot is
Replies: 28
Views: 7945

very good CrazyCat if it works but only in the room where the command is passed. the bot is in 3 rooms, and I want to pass the command in the admin room and be able to upload any user in some of the rooms through the bot. Thank you example: room #admin room #one room #two in the admin room put the c...
by flink
Thu Jun 23, 2022 7:40 am
Forum: Scripting Help
Topic: to raise ops in any room where the bot is
Replies: 28
Views: 7945

to raise ops in any room where the bot is

hello, to upload ops in any room where the bot is. but the command is passed in the admin room and the bot operates it in the radio room for example: !op #radio pepe, thanks bind pub n !op pub_do_op proc pub_do_op {nick host handle chan testes} { global Channel if {([lsearch -exact [string tolower $...
by flink
Sat Mar 19, 2022 4:41 pm
Forum: Scripting Help
Topic: how to centralize the commands only in a room
Replies: 18
Views: 6772

sorry for not responding before doing what you comment
crazy cat
works perfectly
Thanks a lot
SpiKe^^ & Crazy Cat