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

by MrBeta
Wed Apr 07, 2021 2:04 pm
Forum: Script Requests
Topic: Idle Whois
Replies: 11
Views: 13847

Not developed project but returning useful :(
by MrBeta
Fri Mar 12, 2021 4:04 pm
Forum: Script Requests
Topic: Warn Action
Replies: 30
Views: 14087

This works great on my eggdrop. # Set max warnings before Punishment set warn(max) "4" # Set X time before timer undo's warning amount (in seconds) set warn(time) "120" # Set Kick Reason set warn(reason) "Hey No Action Please!" bind CTCP - ACTION action:avoid proc actio...
by MrBeta
Fri Mar 12, 2021 4:52 am
Forum: Script Requests
Topic: Warn Action
Replies: 30
Views: 14087

Thanks guys, you are the top everything works perfectly. :D
by MrBeta
Thu Mar 11, 2021 10:36 am
Forum: Script Requests
Topic: Warn Action
Replies: 30
Views: 14087

The error message was my fault for importing the unmodified tcl.
However, the continuous Warning 1 message remains for each action sent in the channel, but no ban after 3/4/5 and more repetitions
by MrBeta
Thu Mar 11, 2021 9:52 am
Forum: Script Requests
Topic: Warn Action
Replies: 30
Views: 14087

I removed the extra code but it doesn't work for me, it still gives me an error. I await the code cleaned by you to test again, surely I am doing something wrong :roll:
The bot give only Warning1 messagge, but don't ban and no give another warn message, only "Warning1"
by MrBeta
Wed Mar 10, 2021 9:47 am
Forum: Script Requests
Topic: Warn Action
Replies: 30
Views: 14087

It gives me this error, I use egg 1.8.4 can't read "host": no such variable while executing "set warn($host) 1" (file "scripts/noaction.tcl" line 23) # Set max warnings before Punishment set warn(max) "3" # Set X time before timer undo's warning amount (in sec...
by MrBeta
Wed Mar 10, 2021 3:54 am
Forum: Script Requests
Topic: Warn Action
Replies: 30
Views: 14087

Thanks for your work :wink:
I have an error

Code: Select all

can't read "host": no such variable
    while executing
"incr warn($host) 1"
    (file "scripts/noaction.tcl" line 22)
    invoked from within
"source scripts/noaction.tcl"
by MrBeta
Mon Mar 01, 2021 12:44 pm
Forum: Script Requests
Topic: Warn Action
Replies: 30
Views: 14087

Simplicity is sometimes better Computertech :wink:
I ask you if it is possible to set a ban after 4 warnings
by MrBeta
Thu Feb 25, 2021 5:44 pm
Forum: Script Requests
Topic: Warn Action
Replies: 30
Views: 14087

I found this tcl, I ask if it is possible to combine it with the one proposed in this thread, that is 2 warning and a kickban to the 3 action ################################################################################ #############################################################################...
by MrBeta
Fri Nov 27, 2020 10:11 am
Forum: Scripting Help
Topic: YOUTUBE title
Replies: 8
Views: 4855

You're right, I had an older version of tls.
In the meantime I tried YoutubeTitle 2.0 with the php package and it works fine
by MrBeta
Wed Nov 25, 2020 9:36 am
Forum: Scripting Help
Topic: YOUTUBE title
Replies: 8
Views: 4855

Thanks simo, but for me m00nie's don't work Tcl error [m00nie::youtube::search]: wrong # args: should be "tls::socket ?options? host port"
by MrBeta
Wed Nov 25, 2020 4:12 am
Forum: Scripting Help
Topic: YOUTUBE title
Replies: 8
Views: 4855

On his website tclscripts.net, there is a new version, a free (2.0) and a paid (1.0) version for $ 2. I tried the free one and the search doesn't work with the classic yt
The other version requires its own web space. In case let us know if it works for you.
by MrBeta
Thu Sep 10, 2020 3:49 am
Forum: Script Support & Releases
Topic: Horoscope tcl error
Replies: 6
Views: 6535

it stopped working for me :?
by MrBeta
Mon Jul 06, 2020 5:53 am
Forum: Script Support & Releases
Topic: YoutubeTitle.tcl version 1.9
Replies: 10
Views: 9255

I have update with the new 2.2 but not work for me on search mode.
Example:
<Martin> yt laura branigan gloria

<SerboT> [09:52:39]Tcl error [search:youtube]: unexpected "," outside function argument list
<SerboT> in expression "83,164 + 2,748"
by MrBeta
Wed Jul 24, 2019 11:16 am
Forum: Script Requests
Topic: Warn Action
Replies: 30
Views: 14087

From what I know and see AllProtection has a protection for text floods (action or msg), but not for individual diversified actions.
I always prefer single tcl for specific uses by splitting them into bots.
Thank you again