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

by dj-zath
Wed May 07, 2014 2:11 am
Forum: Eggdrop Help
Topic: [SOLVED] eggdrop and FBSD 10! :(
Replies: 3
Views: 7512

UPDATE:

okay!

I have found a solution... I abandoned FBSD v10..

I went back to FBSD 9.2 and the eggy was compiled, installed and running within 10 MINUTES..

problem SOLVED!

-DjZ-
:) :)
by dj-zath
Sun May 04, 2014 8:46 pm
Forum: Scripting Help
Topic: How to compare a phrase with a .txt
Replies: 11
Views: 14113

hi there! I think a good approach would be to load said txt file into an array and then you can use the "isearch" function... but, with 70,000 entires.. its going to be a BIG array! example: set VarA [open "/path/to/txt/file" r] while {!([eof $VarA])} { set TxtList [read $VarA] }...
by dj-zath
Sun May 04, 2014 7:52 am
Forum: Scripting Help
Topic: how to Zline?! making a bot zline on command..
Replies: 0
Views: 3405

how to Zline?! making a bot zline on command..

hi everyone! I'm thinking about the idea to add a command to my eggy that will k/g/z line a nick.. AND then keep a list in a txt file so that it can (re)load the bans upon a server crash and/or restart (I have a few hackers/trolls who have discovered that a Syn flood can cause my server to reboot an...
by dj-zath
Sun May 04, 2014 7:31 am
Forum: Eggdrop Help
Topic: [SOLVED] eggdrop and FBSD 10! :(
Replies: 3
Views: 7512

[SOLVED] eggdrop and FBSD 10! :(

hi all! I've been using eggdrop for years and years..and rarely have I had an issue like I have now.. I recently switched to a new server running FreeBSD v10.0 and the ole eggy just WILL NOT COMPILE on the beast! at first, I had issues with it not recognizing TCL 8.6.. and I spent the better part of...
by dj-zath
Tue Mar 05, 2013 10:20 am
Forum: Scripting Help
Topic: [SOLVED] a simple quickie (thats NOT so simple!)
Replies: 7
Views: 5510

hi gang! just a quick follow up here.. I did manage to get it working... however, I have found a few "strange" issues that I should try to explain.. they are, indeed, the reason this thing acts up the way that it does.. Is this a result from my lack of total understanding of TCL? YOU BET! ...
by dj-zath
Sat Feb 09, 2013 5:56 am
Forum: Scripting Help
Topic: [SOLVED] a simple quickie (thats NOT so simple!)
Replies: 7
Views: 5510

hi there and thanks to the BOTH of you! Madalin: I appreciate your effort here, however, Speechles was correct in that I want to detect ANY link, from a copy, paste "drag out" (ex: w w w . w a r p - r a d i o . c o m)and the like.. some trolls in chatrooms can get pretty CLEVER! Speechles:...
by dj-zath
Fri Feb 08, 2013 1:21 pm
Forum: Scripting Help
Topic: [not solved, but a workaround] Wildcards (*) no longer work!
Replies: 3
Views: 3306

yep, that's pretty much it...
by dj-zath
Fri Feb 08, 2013 12:44 pm
Forum: Scripting Help
Topic: [SOLVED] a simple quickie (thats NOT so simple!)
Replies: 7
Views: 5510

[SOLVED] a simple quickie (thats NOT so simple!)

hi gang! I got one for ya... recently I was messing around, trying to come up with a simple "link detector" script.. not as simple as it seems! the problem was, it wasn't finding a link/parts of a link if it was part of a longer line... example: it would find '.com' fine, but not if it was...
by dj-zath
Thu Jan 31, 2013 7:46 am
Forum: Scripting Help
Topic: [not solved, but a workaround] Wildcards (*) no longer work!
Replies: 3
Views: 3306

this function was depreciated; it couldn't have worked (but, I tell you, before, it DID!). I did have a 'solution'.. but, then the server was quickly taken out by hackers.. and I lost all the work before I could back it up.. I have to start over from scratch.. if I can remember EXACTLY what I had to...
by dj-zath
Tue Jan 22, 2013 8:49 pm
Forum: Scripting Help
Topic: [not solved, but a workaround] Wildcards (*) no longer work!
Replies: 3
Views: 3306

[not solved, but a workaround] Wildcards (*) no longer work!

hi all, I admit.. I'm very tired and very flustered right now.. but I have discovered that a part of my script- which USED to work FLAWLESSLY.. however, now doesn't seem to work anymore. I have tracked the problem down to a wildcard character * which has now become part of the string and not a wildc...
by dj-zath
Tue Jan 22, 2013 2:37 pm
Forum: Eggdrop Help
Topic: please someone help me I can not get my bot to connect
Replies: 2
Views: 5396

hi

open a cmd screen in windows (as admin)

CD to where the windrop is.. locate the file

you can try typing in the windows command shell:

attrib.exe -S -R -H -A \Tcl\lib\mysqltcl-3.03\libmysqltcl.dll

and see if that helps
by dj-zath
Tue Jan 22, 2013 2:30 pm
Forum: Eggdrop Help
Topic: Problem - Connection to IRC server goes to localhost
Replies: 2
Views: 5057

try adding this line to your eggdrop.conf file:

(please verify the actual server link as I just did this by memory)

Code: Select all

set servers {
   irc.freenode.net:6667
}
by dj-zath
Sun Oct 28, 2012 8:28 pm
Forum: Eggdrop Help
Topic: Connecting to a non standard irc server.
Replies: 3
Views: 6528

I'm currently having the SAME exact problem, after spending a whole day on this JTV piece of f**king sh*t, I have come to the conclusion... I believe its that the server is failing to "ack back" to eggdrop, thus the bot will just SIT there indefinitely- waiting for an ack that will never c...
by dj-zath
Sun Dec 18, 2011 4:23 pm
Forum: Scripting Help
Topic: [SOLVED!] here we go again.. SOCKETS!
Replies: 8
Views: 6823

oh! that might explain why it didn't work (just kidding heheh) hi nml! I hope you're in good health and spirits.. I didn't get a chance to try it out, actually.. but in fairness, I probably should explain what the variables do Csh01 - Removed. Appears only to control whether to send the http request...
by dj-zath
Sat Dec 10, 2011 6:59 am
Forum: Scripting Help
Topic: [SOLVED!] here we go again.. SOCKETS!
Replies: 8
Views: 6823

hi nml and thanks for the feedback (and for rewriting this code hehe) as a lark I shall try it and see how it performs (I don't remember you being so "ranty" in the past heheh) first off, I have to explain a a few things... about the "error detect" section- its actually from anot...