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] }...
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...
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...
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! ...
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:...
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...
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...
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...
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...
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...
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...