PDA

View Full Version : !bnc problem


whistle
01-27-2004, 06:18 AM
When someone does !bnc the response is always DOWN
I'm running my eggdrop with -nt but I can't get !bnc to give an UP respons.
I'm using dZSbot 1.09b and ioFTPD 5.5.6r.
How can I receive UP message?

Del
01-27-2004, 11:12 PM
Check to make sure you have a sitebot account made in ioFTPD, correct password, and look in your error.log to see if it's a host problem as well.

Del

whistle
01-28-2004, 02:24 AM
There does not exist as is wrong in my sitebot account.
Confirmed error rogue, but there was no mistaken part.

Del
01-29-2004, 10:26 AM
Did you start the bot with -nt options?

eggdrop -nt eggdrop.conf

Del

JoeBAR
02-12-2004, 05:05 PM
Originally posted by whistle
When someone does !bnc the response is always DOWN
I'm running my eggdrop with -nt but I can't get !bnc to give an UP respons.
I'm using dZSbot 1.09b and ioFTPD 5.5.6r.
How can I receive UP message?

If you use Win 2003 Server (as I do), this is caused by bnctest.exe being compressed with UPX ... Get UPX off google, unzip in /scripts/bin, open a prompt and run:
upx -d bnctest.exe
This will uncompress the exe and allow it to run in Windows 2003.

Good Luck!