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

by Petersen
Mon Aug 12, 2002 4:03 pm
Forum: Archive
Topic: Eggdrop & psybnc = no DCC?
Replies: 2
Views: 1362

just turn off the psybnc handling of dcc's (putserv "DCCENABLE 0")
by Petersen
Wed Jul 31, 2002 7:12 pm
Forum: Archive
Topic: mIRC is a client, not IRC itself.
Replies: 30
Views: 8147

About the resources and documentation yes they are there for the users but most users don't know that the readme.txt file is for them to open up (yes it may sound funny to you) but most users think of only the main program and just search for the exe or the setup file and just ignore the readme. Th...
by Petersen
Wed Jul 24, 2002 2:50 pm
Forum: Archive
Topic: DCC problems
Replies: 17
Views: 4704

your bot is bound to your external ip. This means that its only gonna accept telnets to that ip. Basically, because the bot is only communicating via the external ip, the network subnet is unroutable to it. To route to your windows box's subnet, it would have to route via the linux box's lan ip, whi...
by Petersen
Sun Jul 21, 2002 8:44 am
Forum: Archive
Topic: log
Replies: 3
Views: 1140

does when you pipe it through tail (tail -15 blah.log or something)
by Petersen
Sun Jul 21, 2002 8:43 am
Forum: Archive
Topic: Linksys Router
Replies: 2
Views: 1083

you need to port forward the portrange used by your irc client for incoming dccs to your box (mirc defaults to 1024-5000, this can be changed in options). Alternativly try /ctcp bot chat
by Petersen
Mon Jul 15, 2002 1:03 pm
Forum: Archive
Topic: what you think..
Replies: 7
Views: 2074

I think you're overreacting to morfeus' comments. Yes they were blunt and to the point, but nowhere did he insult you or your site. You asked for comments, he offered constuctive critisism. Critisism is a *good* thing when its constuctive - we can learn through our mistakes. If he'd made those comme...
by Petersen
Thu Jul 11, 2002 6:46 pm
Forum: Archive
Topic: Tcl Problem
Replies: 11
Views: 2339

spaces in variables == bad. a space is a core delimiter - using them in varible names will lead to problems later on. this is a core programming rule, which has been in effect ever since the concept of a named variable (or constant) was born. substitute your spaces for underscores (_)
by Petersen
Wed Jul 10, 2002 4:35 am
Forum: Archive
Topic: Ques5.tcl problem in wondrop!
Replies: 6
Views: 2504

you just call command.com with the /c switch. command /? for syntax
by Petersen
Tue Jul 09, 2002 4:18 pm
Forum: Archive
Topic: Could I takes benefit IRC-ing from my shell ?
Replies: 12
Views: 2339

and most shell providers will have no qualms in reporting you to the relevant authorities for any illegal activities you perform on their systems. Not that anyone in indonesia would prolly care about your piracy, but the theory stands
by Petersen
Tue Jul 09, 2002 4:48 am
Forum: Archive
Topic: read from a access database
Replies: 6
Views: 1733

possibly an easier way would be to write a dde module and run the eggdrop on a windows box. it does have the downside of meaning that you'll have to have access running, but on the plus side it means that eggdrop would have direct access to most of access's features.
by Petersen
Mon Jul 08, 2002 4:08 pm
Forum: Archive
Topic: Eggdrop 1.6.10 and SunOS
Replies: 1
Views: 1218

most probably cos your tcl is old. upgrade it to at least 8.0.5
by Petersen
Sun Jul 07, 2002 10:56 pm
Forum: Archive
Topic: What are your thoughts on us?
Replies: 21
Views: 4852

Well, I'll always love you devon :P
by Petersen
Fri Jul 05, 2002 1:06 pm
Forum: Archive
Topic: MIRC on a shell
Replies: 11
Views: 2965

you're talking about bncs, which is not what the guy asked about. he was asking about running win32 binaries on a unix based architecture (I'm gonna assume he meant i386 archs, trying to emulate i386 win binaries support on anything else is very very hard)
by Petersen
Fri Jul 05, 2002 1:02 pm
Forum: Archive
Topic: User Definitions
Replies: 4
Views: 1325

dunno what the point is though, cos there are still lotsa other ways people with |o or higher could get the key for the chan (ranging from simply messaging the bot for it, through just forcing the bot to remove the key completely)
by Petersen
Wed Jul 03, 2002 8:58 pm
Forum: Archive
Topic: User Definitions
Replies: 4
Views: 1325

the only people who can use those commands are +m (either channel or global). if the person only has channel +m, then only info relating to their channels is shown. why would you want someone who has master access to a chan, or global master, to be denyed to see the key? why give them master access ...