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

by demond
Sat Aug 26, 2006 9:22 pm
Forum: Script Support & Releases
Topic: Universal channel script
Replies: 224
Views: 220221

a valid rationale for adding dcc commands to another script of mine has been posted elsewhere, so I'll probably borrow the idea also for xchannel
by demond
Sat Aug 26, 2006 9:17 pm
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 256140

well, you bought me with that rationale

I'll include a dcc command for maintaining feeds
by demond
Sat Aug 26, 2006 9:09 pm
Forum: Scripting Help
Topic: Help script for commands
Replies: 6
Views: 4806

botnick shouldn't be there as argument of pub:help
by demond
Sat Aug 26, 2006 6:29 am
Forum: Eggdrop Help
Topic: I ran my eggdrop, but its brings some clone eggdrops with it
Replies: 16
Views: 9461

you can see if your Tcl library is compiled with thread support by launching tclsh and typing parray tcl_platform
by demond
Sat Aug 26, 2006 6:26 am
Forum: Eggdrop Help
Topic: I ran my eggdrop, but its brings some clone eggdrops with it
Replies: 16
Views: 9461

If you read above, you will see that i tried using --disable-threads, but when I do that, the bot doesnt connect to irc, and i cant connect to it to see whats wrong. Its like it just isnt there. It wont work unless i do configure normally which gives me 3 processes. nah, you tried this on eggdrop's...
by demond
Sat Aug 26, 2006 1:51 am
Forum: Eggdrop Help
Topic: I ran my eggdrop, but its brings some clone eggdrops with it
Replies: 16
Views: 9461

link with a non-threaded Tcl lib; you may need to build one yourself by specifying --disable-threads as parameter to Tcl configure script
by demond
Fri Aug 25, 2006 11:57 am
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 256140

heh, I never thought about that... when I was using eggdrop on a regular basis, nobody was lending bots... I guess I'm a bit out of touch with modern eggdrop use patterns hehe
by demond
Fri Aug 25, 2006 11:49 am
Forum: Scripting Help
Topic: Help with scan variable [solved]
Replies: 2
Views: 3621

Code: Select all

set hostip [lindex [split $text] 6]
scan $hostip {%[^[][%[^]]} host ip
by demond
Thu Aug 24, 2006 11:29 pm
Forum: Scripting Help
Topic: putdccraw and SSL problem
Replies: 9
Views: 7846

I'd bet there is an email address somewhere in that patch, look closer
by demond
Thu Aug 24, 2006 11:15 pm
Forum: Scripting Help
Topic: putdccraw and SSL problem
Replies: 9
Views: 7846

contact the author of that SSL patch, report the bug and ask for a fix
by demond
Thu Aug 24, 2006 11:14 pm
Forum: Eggdrop Help
Topic: Running eggdrop on Mac OS x
Replies: 15
Views: 12582

well, simply read carefully through help sections on this site and follow the detailed instructions; I can assure you there is nothing Mac-specific you need to run eggdrop under OS X
by demond
Thu Aug 24, 2006 10:55 pm
Forum: Eggdrop Help
Topic: Running eggdrop on Mac OS x
Replies: 15
Views: 12582

dude, a handful of people here have tried to lecture me on how & what to post, but to date noone had done that in their second post - except you, that is

if you are clueless about the command line, eggdrop is not for you
by demond
Thu Aug 24, 2006 10:41 pm
Forum: Eggdrop Help
Topic: Running eggdrop on Mac OS x
Replies: 15
Views: 12582

has the idea of running it as you would run it under any other OS (sans Windows) crossed your mind?
by demond
Thu Aug 24, 2006 10:39 pm
Forum: Script Requests
Topic: need tcl script
Replies: 6
Views: 4077

there's a little catch here: this won't work and will bail out with Tcl error on minute values of 08 and 09 as these aren't valid octal numbers

you can use [scan] to extract proper numerical values from [bind time] proc arguments
by demond
Thu Aug 24, 2006 10:31 pm
Forum: Script Support & Releases
Topic: RSS news by demond
Replies: 175
Views: 256140

do you really change feeds that often?

I thought you normally would set feeds array just once, or at least change it rather infrequently