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

by Luminous
Wed Sep 07, 2011 3:59 pm
Forum: Script Requests
Topic: Takeover Protection.
Replies: 2
Views: 2672

I suppose you could take advantage of the old tried and true "throttle" proc with some tweaks: bind kick * * unaop proc throttled {id time} { global throttled if {[info exists throttled($id)]} { return 1 } { set throttled($id) [clock seconds] utimer $time [list unset throttled($id)] return...
by Luminous
Mon Aug 15, 2011 9:41 am
Forum: Eggdrop Help
Topic: What happened to the "clock" command?
Replies: 11
Views: 12547

No, not using any patches.

This appears to be a shell related issue, involving core file size and grsec. Working on fixing it...
by Luminous
Fri Aug 12, 2011 11:24 am
Forum: Script Requests
Topic: @ lists
Replies: 3
Views: 3637

Ah, okay, I wasn't quite sure what you wanted. Let me see... set oplist { "" "" "" "" } bind join - * check bind nick - * isop proc check {nick host hand chan} { if {![info exists deop]} { bind mode - "% +o" deop } } proc isop {nick host hand chan ne...
by Luminous
Fri Aug 12, 2011 9:10 am
Forum: Eggdrop Help
Topic: What happened to the "clock" command?
Replies: 11
Views: 12547

I have before... if I do that, more things will be invalid.
by Luminous
Thu Aug 11, 2011 5:02 pm
Forum: Eggdrop Help
Topic: What happened to the "clock" command?
Replies: 11
Views: 12547

Yeah, at this point, it seems like something is not right in the tcl library... unfortunately, I have no access to that on this host.. I can ask that it be looked into though.

I can try a recompile, but I have tried that in the past to fix .status and had no luck.
by Luminous
Thu Aug 11, 2011 4:03 pm
Forum: Eggdrop Help
Topic: What happened to the "clock" command?
Replies: 11
Views: 12547

Well, that's just it, I haven't updated or changed my version of eggdrop, so I don't see why the paths would have changed. And I'm really not sure how to check all of that... I've never used tclsh. As for .status, that's always crashed my bots from the day I compiled them, so it's long since been di...
by Luminous
Thu Aug 11, 2011 1:14 pm
Forum: Eggdrop Help
Topic: What happened to the "clock" command?
Replies: 11
Views: 12547

No one has access other than me. And I sure never ran any such command as that. No script has been updated whatsoever. All I've done is add a special context command for someone, which just reads the last 10 lines of the logfile and a string match comparison to another script. Nothing should have ov...
by Luminous
Thu Aug 11, 2011 10:56 am
Forum: Script Requests
Topic: @ lists
Replies: 3
Views: 3637

This sort of thing can be handled with channel flags, normally. Or, is your bot opping people as they join? If so, it's likely either a script you have doing it, or it's an eggdrop setting... if not, can try something like this I suppose. Untested: bind join - * check proc check {nick host hand chan...
by Luminous
Thu Aug 11, 2011 10:33 am
Forum: Eggdrop Help
Topic: What happened to the "clock" command?
Replies: 11
Views: 12547

What happened to the "clock" command?

I wake up this morning to see my bot spamming my dcc window with "Tcl error: invalid command name "clock"", but i didn't change anything? I search google and all I see are threads about people breaking clock... I didn't do that, didn't update, nothing's changed, and this is only ...
by Luminous
Mon Nov 29, 2010 12:49 pm
Forum: Script Requests
Topic: public command for voice and add user
Replies: 10
Views: 5864

First of all... do you understand how variable setting works? More specifically, do you understand how tcl processes "indices" or "indexes" within a list? If not, then you should learn this before moving on, cause without it, things will be overly hard for you. I can give a quick...
by Luminous
Mon Nov 15, 2010 8:23 pm
Forum: Script Support & Releases
Topic: Rep.tcl by Luminous
Replies: 4
Views: 5740

I can. How long until you want it to reset? Note that scripting is on the back burners these days, with my new job, but I'll get to it. :)
by Luminous
Fri Nov 12, 2010 10:40 am
Forum: Script Support & Releases
Topic: Rep.tcl by Luminous
Replies: 4
Views: 5740

Sorry, just now saw this: ## Rep.tcl-v.1.1.1 ## Author: Luminous ## Support: pm on egghelp.org ## This is a private script for users to add or remove reputation points to/from users. Its intended use is to keep track of positively and negatively contributing users, similar to forums with reputation ...
by Luminous
Sat Oct 30, 2010 10:50 am
Forum: Script Requests
Topic: auto banner
Replies: 5
Views: 3513

Not stupid at all. :) Put in the file like this: user@host.tld someone@ip.blah.org dude@blah.blah.blah and so on, on different lines. Edit: I also just realized I made a mistake above. Change this line: set host [getchanhost $nick $chan] to set host [string trim [getchanhost $nick $chan] ~] That wil...
by Luminous
Fri Oct 29, 2010 10:18 pm
Forum: Script Requests
Topic: auto banner
Replies: 5
Views: 3513

Okay, this is not tested, but let's see how it works for you... bind join * * join:ban proc join:ban {nick host hand chan} { set host [getchanhost $nick $chan] set fs "exceptions.txt" if {![file exists $fs]} { close [open $fs w] } set fs [open $fs] set data [split [read -nonewline $fs] \n]...
by Luminous
Wed Oct 27, 2010 10:33 am
Forum: Script Requests
Topic: auto banner
Replies: 5
Views: 3513

In what manner would you like them banned in? I assume you are looking for: *!*@*.domain.tld.