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

by fayettemat
Sun Mar 11, 2007 9:35 pm
Forum: Script Requests
Topic: Logging *only* ops conversation?
Replies: 12
Views: 4616

Re: How to load scripts without crashing the bot

rosc2112 wrote:Howto Never Crash Your Bot on Loading Scripts With Errors:
http://forum.egghelp.org/viewtopic.php?p=63899#63899

Maybe that should go into the next version of eggdrop =)
amen you said it rosc!
by fayettemat
Sun Mar 11, 2007 9:25 pm
Forum: Eggdrop Help
Topic: Mac OS X Successful Installation
Replies: 1
Views: 2220

make iconfig works well it makes it with no problems from my experance
by fayettemat
Mon Mar 05, 2007 1:46 pm
Forum: Script Requests
Topic: count hours spent +o/+h
Replies: 8
Views: 5263

nice can you post it here because I think that would be an interesting idea :)
by fayettemat
Mon Mar 05, 2007 1:44 pm
Forum: Script Requests
Topic: Can some one changs this where it wite to
Replies: 6
Views: 3736

# insert this (all except the lines noted for the particular procs)
# after the lines with 'newchanban'

# set your filename here:
set kblog "/path/to/filename.txt"
the /path/to/ is the full path not just /scripts or /files
:)
by fayettemat
Mon Mar 05, 2007 1:37 pm
Forum: Modules & Programming
Topic: unmasking the gseen reply in only ONE room
Replies: 5
Views: 12046

rosc2112 wrote:Are the users masks hidden when they join? gseen only gets their names/masks when they join, it doesn't whois people, afaik.
yes they are I think that might be why thanks
by fayettemat
Sun Mar 04, 2007 10:20 pm
Forum: Modules & Programming
Topic: unmasking the gseen reply in only ONE room
Replies: 5
Views: 12046

yes, but its a server admin and if you do a whois using the bot it shows the host just fine so I dont get why the gseen cant see it :S any other ideas? I hear scripts are to slow but could you make a script thats faster?
by fayettemat
Sun Mar 04, 2007 4:32 am
Forum: Script Requests
Topic: Kick users of a certain age.
Replies: 3
Views: 2746

its fairly easy to do BUT there are easier ways to do it, you would have to do a whois on everyone that joins the room and that could lag the bot. One of the few ways around this is if the bots a server admin then you could use the putnow command but enough on that good luck :)
by fayettemat
Sun Mar 04, 2007 12:25 am
Forum: Eggdrop Help
Topic: oper
Replies: 3
Views: 3149

it depends how you build your eggdrop, but yea they have a point if its a standard eggdrop and you dont lock it down and all its a very bad idea to do that
by fayettemat
Sun Mar 04, 2007 12:18 am
Forum: Scripting Help
Topic: Doing a whois to print out to a file
Replies: 7
Views: 4063

if I bound this to a pubm bind and striped the colors and codes it would be a handy ban script wouldnt it? (the bots a server admin)
by fayettemat
Tue Feb 27, 2007 6:02 pm
Forum: Scripting Help
Topic: Doing a whois to print out to a file
Replies: 7
Views: 4063

rosc2112 wrote:You might want to also catch your unbinds, otherwise the bot could crash if it tries to unbind something that's not already bound:

catch {unbind RAW - 401 whois:nosuch}
so I would just catch {unbind RAW - 401 whois:nosuch} at the end of the file?
by fayettemat
Tue Feb 27, 2007 3:09 pm
Forum: Scripting Help
Topic: Doing a whois to print out to a file
Replies: 7
Views: 4063

ok I'll try that Et and Sir_Fz the problem is that its not writing to a file and now it says that my code is invalid and I looked at that and I'm going to try again will edit post with results: wish me luck!
by fayettemat
Tue Feb 27, 2007 1:33 pm
Forum: Scripting Help
Topic: Doing a whois to print out to a file
Replies: 7
Views: 4063

Doing a whois to print out to a file

ok here's the break down: I have an Eggdrop that I use for a protection bot and convince bot, it is Opered so I am not worried about it flooding but I cannot get the dumb bot to send the text I want to a file bind JOIN - * whois:nick proc whois:nick { nick uhost hand chan arguments } { set target ==...
by fayettemat
Mon Feb 19, 2007 5:38 pm
Forum: Script Requests
Topic: Is there an error in this script...
Replies: 2
Views: 2685

Is there an error in this script...

hi guys, is there an error in this script or it is in chatspace IRD's java client? proc putnow { a } { append a "\n" putdccraw 0 [string length $a] $a } bind JOIN - * teen:adult proc teen:adult {nick uhost hand chan} { global botnick set $nick [string tolower $nick] if {[onchan $nick #staf...
by fayettemat
Sat Feb 17, 2007 5:21 am
Forum: Script Requests
Topic: public sending of notes
Replies: 3
Views: 3299

ok rosc2112 thanks for that, now I need to know HOW to read the notes via a public trigger is there anyway?
by fayettemat
Sat Feb 17, 2007 3:29 am
Forum: Script Requests
Topic: public sending of notes
Replies: 3
Views: 3299

public sending of notes

I think there is a way to do this but I'm not sure of a few things:
1)binding to use
2) syntax that is needed
3) how I can script it
can anyone please answer those things that I need help on?