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

by CP1832
Sat Sep 24, 2022 12:34 am
Forum: Script Support & Releases
Topic: Sendq exceeded avoiding script
Replies: 3
Views: 3649

In order to avoid setting channels to active and inactive several times, I added a check to avoid setting its status again and again... ## Delay Join ## foreach bind [binds active] {lassign $bind type flags mask num proc; unbind $type $flags $mask $proc} foreach bind [binds inactive] {lassign $bind ...
by CP1832
Fri Sep 23, 2022 9:25 pm
Forum: Script Support & Releases
Topic: Sendq exceeded avoiding script
Replies: 3
Views: 3649

Not sure to understand why you play with unbinds. And why you bind all the events. I unbind because I forget to unbind when modifying the script and the bind remains. You can just use these two binds: bind evnt - connect-server inactive bind evnt - init-server join:delay That's a good point, I'll m...
by CP1832
Thu Sep 22, 2022 8:56 pm
Forum: Script Support & Releases
Topic: Sendq exceeded avoiding script
Replies: 3
Views: 3649

Sendq exceeded avoiding script

I have an eggdrop that connects to several crowded channels, so every once and again, when the bot crashed or got stoned, the eggdrop would get kicked out of the network because it would exceed the sendq data limit. So to stop that, I had to set some channels to inactive and enable them one at a tim...
by CP1832
Thu Sep 22, 2022 12:35 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1052582

Hi guys:

Is the translate section of the script working for any of you?
by CP1832
Tue Dec 22, 2020 12:30 pm
Forum: Script Requests
Topic: I need script for searching
Replies: 5
Views: 3386

i try but 20<SlaSerX>30 .google linux 18<Test118> Error querying Google: 403 -> ok 20<SlaSerX>30 .google test 18<Test118> Error querying Google: 403 -> ok i setup my api and etc It's a 403 error. That means someone is banning you from accessing google, maybe a proxy? Are you sure the API key and th...
by CP1832
Mon Dec 21, 2020 10:29 pm
Forum: Script Requests
Topic: I need script for searching
Replies: 5
Views: 3386

Re: I need script for searching

This is the script I'm using to query google. You can replace the youtube section of the code (at the very bottom) with whichever site you want to google into. ############################################################################################## ## ## Advanced Google.tcl for eggdrop by Ford...
by CP1832
Mon May 04, 2020 1:10 pm
Forum: Eggdrop Help
Topic: Eggdrop 1.8.0 won't connect to dalnet
Replies: 16
Views: 14870

I don't know. I was expecting for there to be more to the error message - to help give us some clues. I wouldn't have been surprised if it had been something like : too many connections from your ip , if your bot is on a popular shell. If you've tried it with the bot, using -n switch, you could the...
by CP1832
Wed Apr 29, 2020 6:24 pm
Forum: Eggdrop Help
Topic: Eggdrop 1.8.0 won't connect to dalnet
Replies: 16
Views: 14870

Re: Eggdrop 1.8.0 won't connect to dalnet

um i always use us.dal.net port 6667 just saying try us.dal.net always works for me for my bots ;) oh and what do you have this set to # What is your network? # 0 = EFnet # 1 = IRCnet # 2 = Undernet # 3 = DALnet # 4 = +e/+I/max-modes 20 Hybrid # 5 = Others set net-type it better be 3 for dalnet 0 i...
by CP1832
Wed Apr 29, 2020 9:23 am
Forum: Eggdrop Help
Topic: Eggdrop 1.8.0 won't connect to dalnet
Replies: 16
Views: 14870

Eggdrop 1.8.0 won't connect to dalnet

Hi guys: Sorry to bother but my eggdrop 1.8.0 isn't able to connect from a shell to dalnet. This same eggdrop (using the exact same .conf file) was connected to dalnet for a long time, however, the connection was dropped and now it can't reconnect. This is the error I'm constantly getting: [09:47:52...
by CP1832
Mon Feb 17, 2020 12:16 pm
Forum: Script Requests
Topic: Weather TCL
Replies: 2
Views: 3412

Re: Weather TCL

Brut wrote:Is there any working Say Weather Script ?
Check out this script
by CP1832
Fri Aug 30, 2019 3:56 pm
Forum: Modules & Programming
Topic: stats.mod for eggdrop 1.8
Replies: 3
Views: 12372

Re: stats.mod for eggdrop 1.8

Thanks willyw, indeed the stats.mod posted on the eggheads FTP compiles, the problem I'm having with that version is that it crashes my eggdrop when I try to publish the webstats. I reported the issue on Florian's github, that's why I was looking for version 1.4.
by CP1832
Wed Aug 28, 2019 11:18 am
Forum: Modules & Programming
Topic: stats.mod for eggdrop 1.8
Replies: 3
Views: 12372

stats.mod for eggdrop 1.8

Hi guys: I'm trying to install stats.mod 1.4.0dev20 on eggdrop 1.8.0 but it's failing to compile. Checking on Florian Sander's github I found a branch called eggdrop-1.8 but that one fails on install as well. Has anyone managed to make this module work on eggdrop 1.8.0 (or later)? Thanks in advance.
by CP1832
Thu Nov 22, 2018 1:07 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435414

hellohello wrote:ok folks, this script seems to be dead in the water... is there an update?
hellohello, check out this script which is working as of now
by CP1832
Thu Aug 23, 2018 4:21 pm
Forum: Scripting Help
Topic: Help with blackmeteo
Replies: 5
Views: 6616

I'm aware that the code has a flood control mechanism, I just wanna add my bot's flood control mechanism, which takes into account every script on the bot. But in order to do that, I must call the script I use from within each script.
by CP1832
Wed Aug 22, 2018 6:22 pm
Forum: Scripting Help
Topic: Help with blackmeteo
Replies: 5
Views: 6616

everything that needs to be changed is uncoded, so I do not see your need to decode that tcl, if the author released like that.. I understand, but I wanted to add (as an example) my personal flooding control script, which checks flooding on every script on my eggdrop, and for that I must add a call...