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

by mferra
Thu Jun 17, 2004 2:37 pm
Forum: Archive
Topic: Update internal host list
Replies: 0
Views: 1047

Update internal host list

Hello to all. I will be brief. irc.ptnet.org (a Portuguese network) uses a fakemask seen on a /whois nick reply in the form 127.x.x.x. Only channel ops can see the real IP address. If the eggdrop joins the server and the ChanServ doesnt give him op, he keeps a list of wrong addresses (fakemasks are ...
by mferra
Sun Jan 25, 2004 7:46 pm
Forum: Archive
Topic: save and retreive control characters to file
Replies: 4
Views: 1284

"..going blindly into the night" was a beautiful expression to what I did. Nevertheless the problem is resolved. And thank you for the quick reply.
by mferra
Sun Jan 25, 2004 5:55 pm
Forum: Archive
Topic: save and retreive control characters to file
Replies: 4
Views: 1284

In the fact the problem is worst. Because the file gets the control characters has well. But the thread that you've indicated did help and the parsing is better. For future reference here is a way to convert the file again to human eyes :o : cat dic.dat | tr -d "\173" | tr -d "\175&qu...
by mferra
Sun Jan 25, 2004 1:24 pm
Forum: Archive
Topic: save and retreive control characters to file
Replies: 4
Views: 1284

save and retreive control characters to file

First of all hi there to all tcl gurus :) For 3 months now I've be writing a learn script: 1. http://dicinfo.sourceforge.net/ But now I've encountered an error that I can't seem to resolve (the only bug I think). If some one does a: !l key bbb "bla" aaa the word bla is saved on the text fi...