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

by Ehlanna
Fri Nov 02, 2012 4:23 pm
Forum: Eggdrop Help
Topic: please someone help me I can not get my bot to connect
Replies: 2
Views: 5390

There is a suspicion (I helped Thunder get the basic setup in place) that a Windows Update has caused this, but no clue over which one (or ones) if that is the case.
by Ehlanna
Mon Jan 16, 2006 10:02 pm
Forum: Scripting Help
Topic: handling regular expression
Replies: 12
Views: 13257

My best guess would be that it was being treated as a special character, and you would thus need to quote it ... \?
by Ehlanna
Fri Jan 13, 2006 8:20 pm
Forum: Script Requests
Topic: RandomKick help.
Replies: 2
Views: 6302

I am not even going to ask why you want to do this, but ... just some comments: I would assign the chanlist nlist to a variable as it is possible (I am assuming) that as it has to be evaulated twice you could get a mismatch between the random number and the list of nicks. You do not seem to be avoid...
by Ehlanna
Thu Jan 12, 2006 8:51 pm
Forum: Scripting Help
Topic: handling regular expression
Replies: 12
Views: 13257

probably too faithfully pasting
Wood/trre syndrome, far too easy to suffer from!
by Ehlanna
Wed Jan 11, 2006 6:48 pm
Forum: Scripting Help
Topic: handling regular expression
Replies: 12
Views: 13257

At a rough guess, and speaking as a self-taught , beginner tcl coder, I would say that you want to swap $body to $line in the regexp command as $line is the variable that changes with each iteration of the loop.
by Ehlanna
Mon Dec 26, 2005 6:34 pm
Forum: Scripting Help
Topic: Different bot responses on private and public channels
Replies: 4
Views: 7350

It may be just me (that or it's my paranoia) but you may want to do something with your $extra field in the way of quoting things like apostrophes, ec., in the input.
by Ehlanna
Sun Dec 25, 2005 4:24 pm
Forum: Other Topics
Topic: Merry Christmas & Happy new year
Replies: 8
Views: 5619

Bah, humbug? :twisted:
by Ehlanna
Mon Dec 12, 2005 8:06 pm
Forum: Scripting Help
Topic: POP3 email script search
Replies: 4
Views: 8852

Sounds like a potential 'nasty' if anyone gets hold of that mail address and starts spamming it ... One avenue of approach (assuming a Unix mail account) would be to manually process the mail file directly. Just off the top of my head you would probably want a mix of shell/tcl to handle it: the shel...
by Ehlanna
Sun Dec 11, 2005 6:17 pm
Forum: Script Support & Releases
Topic: Greet script
Replies: 16
Views: 18463

I, too, am in the UK, but I was too polite to point out that TZ issue :) But, is it an issue? You are visiting the bot (in effect), therefore the bot is justified in using its local time for greeting.
by Ehlanna
Sun Dec 11, 2005 4:08 pm
Forum: Script Support & Releases
Topic: Greet script
Replies: 16
Views: 18463

Thank you Alchera and Sir_Fz - I do not think I have found all of those links as yet, so will go have a peek. My updates to the eggdrop I have inherited seem to be ok thus far, only a couple of um .... typos dropping in here and there.
by Ehlanna
Sun Dec 11, 2005 8:41 am
Forum: Script Support & Releases
Topic: Greet script
Replies: 16
Views: 18463

De Kus wrote:@Ehlanna: no, no :, take a look at alltools.tcl. this is not putquick/putserv/puthelp ^-^.
Thank you, that is what I wished to know! tcl I am getting ok with, the inner workings of how it all hangs together is more problematic! :)
by Ehlanna
Sat Dec 10, 2005 1:03 pm
Forum: Script Support & Releases
Topic: Greet script
Replies: 16
Views: 18463

Sir_Fz wrote:If you wanted people to test your script
LOL, don't blame me, I am a pro!!!! I code and test in a live environment! ;)
by Ehlanna
Sat Dec 10, 2005 12:48 pm
Forum: Scripting Help
Topic: compare two files
Replies: 10
Views: 15925

Oh, I agree, writing it in tcl would be far more fun - just thought I would offer an 'obvious' alternative.
by Ehlanna
Sat Dec 10, 2005 5:46 am
Forum: Script Support & Releases
Topic: Greet script
Replies: 16
Views: 18463

I am still learning how to code in tcl, but I thought that you had to use putmsg $chan : $egreet - i.e., include a colon.
by Ehlanna
Sat Dec 10, 2005 5:37 am
Forum: Scripting Help
Topic: compare two files
Replies: 10
Views: 15925

Just a very silly thought on this ... how about using the command to shell out and run an OS sommand - is it exec? - and invoking the diff command? Why reinvent the wheel?