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.

bad file number?

Old posts that have not been replied to for several years.
Locked
B
BrollY
Voice
Posts: 36
Joined: Wed Apr 23, 2003 9:28 pm
Location: H07 L471N4 L4ND (Puerto Rico)

bad file number?

Post by BrollY »

yea im gonna keep nagging u people :evil:

ok just checked the log file the bot creates, just to check the reason of why the bot wasnt doing something for me, n this error came up:

##############
[02:29] Tcl error [dbot:parser]: error writing "stdout": bad file number
##############

any ideas?
Yo momma's so fat she can be in the past, present, n future all at once
M
MC_8
Voice
Posts: 36
Joined: Sat Apr 26, 2003 5:04 pm
Location: Dallas, Texas
Contact:

Post by MC_8 »

Someone must of did a

Code: Select all

close stdout
or maby just closed it all without thinking of std*'s

Code: Select all

foreach channel [file channels] {close $channel}
Check your scripts to see if any do such a thing.
Carl M. Gregory - MC_8
http://mc.purehype.net/whois/
Locked