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

by fusionx
Wed Mar 20, 2024 12:31 pm
Forum: Script Support & Releases
Topic: On Idle v3.0.2 by MC_8 - Carl M. Gregory
Replies: 0
Views: 394

On Idle v3.0.2 by MC_8 - Carl M. Gregory

Is anyone familiar with this script? It works great in my test channel, but in a live channel with 100+ users, it's not. I've created all new timers, etc, and there are always users in there over the idle time limit. I've shut down the bot, restarted, etc, and it doesn't execute the commands. Here's...
by fusionx
Fri Mar 08, 2024 6:32 am
Forum: Eggdrop Help
Topic: Timed full shutdown and restart
Replies: 2
Views: 252

Re: Timed full shutdown and restart

Thank you for responding! Unfortunately, it needs to be a full shutdown, not a restart. Restarting though the bot doesn't resolve the issues.

"Die" works, with a manual start or waiting for cron to catch it, and kill -SIGTERM pid works.

I wonder if timer works with DIE.
by fusionx
Fri Mar 08, 2024 5:01 am
Forum: Eggdrop Help
Topic: Timed full shutdown and restart
Replies: 2
Views: 252

Timed full shutdown and restart

What's the best way to perform a timed FULL, graceful shutdown, then let the bot restart, either through cron or systemd? I have a bot that gets really wonky after a couple hours, and I want to implement this while I'm trying to resolve the issue. I think I may have to rebuild my hosting environment...
by fusionx
Fri Sep 22, 2023 12:40 pm
Forum: Scripting Help
Topic: Disregard - removing the script. Can't delete this post!
Replies: 3
Views: 4701

Thank you for the assist, but it's throwing the same error.

I'm going to delete this - I'm finding other errors now. It's not parsing idle times correctly. I'll find something else :)
by fusionx
Fri Sep 22, 2023 11:19 am
Forum: Scripting Help
Topic: Disregard - removing the script. Can't delete this post!
Replies: 3
Views: 4701

here's the entire script

In case there's something above causing a spurious issue, here's the entire script. ( Pulled from https://github.com/fredsted/eggdrop-scripts/blob/master/antiidle/antiidle.tcl ). # How to use: # 1) Enable on channels you wish to use it on: # .chanset #example +idlekick # # 2) Configure how long user...
by fusionx
Fri Sep 22, 2023 10:47 am
Forum: Scripting Help
Topic: Disregard - removing the script. Can't delete this post!
Replies: 3
Views: 4701

Disregard - removing the script. Can't delete this post!

timer $bantime putserv "MODE $channel -b $nick!*@$nickhost" That line is throwing the following error: wrong # args: should be "putserv text ?options?" A nearly identical line above it that sets the ban works fine: putserv "MODE $channel +b $nick!*@$nickhost" Any ideas...
by fusionx
Tue Apr 25, 2023 12:44 pm
Forum: Script Support & Releases
Topic: [SOLVED]BogusTrivia on unrealircd - user commands don't work
Replies: 4
Views: 5449

[SOLVED]

My bad. I copied the scripts and files from another install, and for some reason, the t2.commands file in scripts/t2 did NOT copy over. Uploaded it and all is well. I also made the newbie mistake of not looking at the eggdrop logs before posting in here. I slapped myself a few times, just to remembe...
by fusionx
Mon Apr 24, 2023 10:06 pm
Forum: Script Support & Releases
Topic: [SOLVED]BogusTrivia on unrealircd - user commands don't work
Replies: 4
Views: 5449

The BogusTrivia public commands have no known issues. It works perfectly on the Undernet servers.. flawless. It's got to be something with my install, or my config of the unrealircd server. Running the latest version in both places. I only have one user - me - so that could be why the commands aren...
by fusionx
Mon Apr 24, 2023 5:59 pm
Forum: Script Support & Releases
Topic: [SOLVED]BogusTrivia on unrealircd - user commands don't work
Replies: 4
Views: 5449

[SOLVED]BogusTrivia on unrealircd - user commands don't work

Hello all, I've been using BogusTrivia on Undernet and it's been flawless. I installed it on an unrealircd server (with services provided by Atheme), and it works - I can start it and stop it, answer questions, etc. No issues. !t2 and my alias !trivia both work just fine. But, the user commands like...
by fusionx
Mon Apr 03, 2023 12:46 pm
Forum: Eggdrop Help
Topic: Downgrade a bot
Replies: 4
Views: 4993

Re: Downgrade a bot

If it was a big chore, then it might be different. But it only takes a couple minutes to compile and install. The time consuming part can be editing a new eggdrop.conf, but you said that you're going to do that anyway - right? I went your route, and recompiled eggy with the new TCL, and it's all up...
by fusionx
Mon Apr 03, 2023 12:12 pm
Forum: Eggdrop Help
Topic: Downgrade a bot
Replies: 4
Views: 4993

If it's a TCL issue, I'm not sure that downgrade the eggdrop will solve the trouble, the trouble might come from tcl (or tcllib). You'd better ask for help to adapt your script. Thanks for the info. I have 1.9.1 running with the same script, no issues. I finally got tcl 8.6.13 to install and was ab...
by fusionx
Sun Apr 02, 2023 1:54 pm
Forum: Eggdrop Help
Topic: Downgrade a bot
Replies: 4
Views: 4993

Downgrade a bot

To downgrade to a previous version, can I simply remove the current version, and copy over the compiled version from another bot in a different directory? I need to go from 1.9.4 to 1.9.1. The current user and chan files should be ok. Of course I would not copy over the previous config, user and cha...
by fusionx
Tue Mar 28, 2023 3:48 pm
Forum: Eggdrop Help
Topic: Memory issue with 1.9.5?
Replies: 3
Views: 3389

caesar wrote:Unload all scripts and then load one at a time and see when the memory usage sky rockets and then inform the author about the issue.
Done that.. see above :)
by fusionx
Tue Mar 28, 2023 12:57 pm
Forum: Eggdrop Help
Topic: Memory issue with 1.9.5?
Replies: 3
Views: 3389

Installed 1.9.4 and am seeing the same behavior.

I posted on the BlackTools forum and he's looking at it.
by fusionx
Sun Mar 26, 2023 11:59 am
Forum: Eggdrop Help
Topic: how to set eggdrop bot's user mode? (+i)
Replies: 5
Views: 6305

Willyw - this is very helpful - thank you!
willyw wrote: When I wonder what the irc network is setting by default, here's how I check it:

In partyline, do: .console +r