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 thommey
Sun May 06, 2012 7:52 am
Forum: Script Support & Releases
Topic: Bogustrivia issues with Eggdrop 1.6.21
Replies: 23
Views: 56517

Great job at tracking down the bug. What nml375 said is exactly what's happening. I'd propose this workaround (which basically reverts the change introducing the bug): diff -urN eggdrop1.6.21/src/tcl.c eggdrop1.6.21.timerworkaround/src/tcl.c --- eggdrop1.6.21/src/tcl.c 2012-05-06 13:19:13.209758240 ...
by thommey
Tue Oct 18, 2011 1:26 pm
Forum: Eggdrop Help
Topic: Eggdrop Telnet Client
Replies: 88
Views: 152872

Which license is this piece of software released under?
by thommey
Thu Aug 11, 2011 4:53 pm
Forum: Eggdrop Help
Topic: What happened to the "clock" command?
Replies: 11
Views: 12547

Your information is of no relevance unfortunately. Just because *you* didn't change anything doesn't mean nothing has changed in your system - obviously something is different now so something has changed - feel free to blame solar flares if you insist. .status crashing your bot is something that sh...
by thommey
Thu Aug 11, 2011 3:43 pm
Forum: Eggdrop Help
Topic: What happened to the "clock" command?
Replies: 11
Views: 12547

As of Tcl8.5 [clock] is written in Tcl and loaded on start of the Tcl interpreter (clock.tcl in the [info library] directory). Try recompiling eggdrop to adapt to your new version/paths of Tcl. If that fails verify your Tcl installation is working correctly (does [clock] work in tclsh?). Also post u...
by thommey
Mon Jul 25, 2011 10:05 am
Forum: Eggdrop Help
Topic: I'm not on #channel right now!
Replies: 7
Views: 9356

"pending" is a state where eggdrop has physically joined the channel, asked for some information about it from the server (/WHO) but didn't receive a reply (or doesn't know it received a reply). Does an upgrade to eggdrop1.6.20 fix the issue?
by thommey
Thu Jul 14, 2011 12:47 pm
Forum: Eggdrop Help
Topic: More info on the crash "glibc detected"
Replies: 13
Views: 34955

The fix has to be applied to both methods, add_ and rem_. The full diff is visible with enough context to see the function names here (against eggdrop1.8cvs, so don't worry about slight differences and line numbers being off): http://cvs.eggheads.org/viewvc/eggdrop1.8/src/tclhash.c?r1=1.3.2.3&r2...
by thommey
Tue Jul 12, 2011 10:02 pm
Forum: Eggdrop Help
Topic: More info on the crash "glibc detected"
Replies: 13
Views: 34955

Both Debian (unstable) and Ubuntu (oneiric) are still serving an Eggdrop version that has been superseded by a new release for about year now. They seem to be unmaintained or at least not interested in keeping up-to-date. Are there inofficial sources for ".deb"s for Eggdrop packages in the...
by thommey
Fri Jul 08, 2011 10:01 pm
Forum: Eggdrop Help
Topic: glibc detected - how do i fix it?
Replies: 6
Views: 8502

phoenixpb, you face a different error and it's very likely to be the same one that's resolved here: http://forum.egghelp.org/viewtopic.php?p=97173#97173
by thommey
Fri Jul 08, 2011 5:56 pm
Forum: Eggdrop Help
Topic: Eggdrop 1.6.20 glibc 2.11.1 *** glibc detected *** ./eggdrop
Replies: 13
Views: 21106

by thommey
Fri Jul 08, 2011 5:53 pm
Forum: Eggdrop Help
Topic: More info on the crash "glibc detected"
Replies: 13
Views: 34955

Hey, I tracked down the bug and it happens because of a behavioural change between Tcl8.5.9 and Tcl8.5.10. (If you care for details: Tcl_ScanElement used to overestimate the required space, it was rewritten and apparently doesn't do that always anymore. Whether or not the terminating '\0' for string...
by thommey
Thu May 05, 2011 10:49 pm
Forum: Eggdrop Help
Topic: Eggdrop1.8 CVS
Replies: 3
Views: 3465

That's because those settings aren't used by eggdrop. They look like those used by the 3rd party ipv6 patch(es) floating around. doc/IPV6 describes the settings that are actually used (vhost6). You also might want to take a look at the example config file changes here to adapt your config to make us...
by thommey
Wed Apr 27, 2011 3:59 pm
Forum: Eggdrop Help
Topic: Eggdrop ping
Replies: 13
Views: 9538

How did you measure "eggdrop's ping"?
by thommey
Wed Mar 02, 2011 9:48 pm
Forum: Scripting Help
Topic: 1st tcl script - text event trigger - help needed
Replies: 14
Views: 9655

bind pubm doesn't work that way, reread the documentation about it .. the mask is matched against "#chan text", not against "text" $text isn't set in your proc, you called the last variable $rest defining a proc in a proc is almost always wrong, you wouldn't do that in mircscrip...
by thommey
Mon Feb 21, 2011 7:27 pm
Forum: Eggdrop Help
Topic: Psig + Eggdrop = timeout
Replies: 2
Views: 4318

Pisg takes a while to parse that amount of logfiles, it does that everytime and will get slower and slower when the logfiles grow larger or get more, yes, that's normal. The solution is to not run pisg from eggdrop, but make it run every day or something via crontab. Eggdrop blocks in [exec] until t...
by thommey
Sun Feb 20, 2011 4:12 pm
Forum: Eggdrop Help
Topic: my bot keeps unbanning in any chan :/
Replies: 3
Views: 3169

'.help chaninfo' or consulting a default configfile explain that

Code: Select all

# userbans
#    Allow bans to be made by users directly? If turned off, the bot
#    will require all bans to be made through the bot's console.
Use .chanset #chan +userbans to change that setting to allow them to.