PDA

View Full Version : BNC trigger not working for me


BobbyBonilla
11-19-2004, 09:12 AM
Hello,

I have recently installed one of the newer versions of dZSBot and everything works just fine except the bnc trigger.

I have double checked everything in the config and just couldn't find out what's wrong. When telnetting to the bot and typing "!<sitename>bnc" in the channel nothing happens, not even the logs show that the eggdrop is reacting to the trigger. However all other triggers work the way they're supposed to.

Please help me to find a solution.

Many thanks in advance, Bobby.

durulink
11-19-2004, 02:58 PM
check your cmdpre on dZSbot.tcl
set cmdpre "!<sitename>" right?

if conf is 'set cmdpre "!test" ',
use !testbnc

and you must start your eggi with -nt mode.

BobbyBonilla
11-20-2004, 05:50 AM
Thanx for your answer. I am using the -nt switches to start the bot.

This is my config/source file:

...
set cmdpre "!test"
...
${cmdpre}bnc:proc_bnc
...

I am using !testbnc and nothing happens..

EDIT: plz ignore that smiley above. It's supposed to be ": p" (without the space).

Ar3s
11-23-2004, 08:11 AM
and in the party line??? nothing??

BobbyBonilla
11-23-2004, 02:43 PM
yeah, nothing in the party line...

it's as if no one had entered that trigger.

jboy53
12-25-2004, 08:23 AM
Bobby what is your "set binary(NCFTPLS) " set to and is exe in there?

BobbyBonilla
12-25-2004, 09:40 AM
wohoooo, a new reply after such a long time :)

well, it's definately appreciated, still having the same problem :)

set binary(NCFTPLS) "D:/server/ioFTPD/scripts/bin/ncftpls.exe"


ncftpls.exe IS in that folder so I guess that's not the problem :/

durulink
12-25-2004, 12:28 PM
Which message do you get with <cmdpre>bnc trigger?
nothing? :(:(

BobbyBonilla
12-25-2004, 12:43 PM
nope, nothing :)

nothing in the channel, nothing in the partyline :)

jboy53
12-27-2004, 11:48 AM
Have u tried something simple i have seen in the forum.

replace the exe ... with bnctest.exe and see if it works

BobbyBonilla
12-28-2004, 12:35 PM
using bnctest.exe instead of ncftpls.exe did not change a thing..

nothing in the channel, nothing in the partyline :)

jboy53
12-29-2004, 08:42 AM
in the dzsbot.tcl do you have...

set disable(NCFTPLS) 0

and also ....

are u using the right name/password

also try logging in with the bnc username and pass from machine running the bot and see if it works could be something simple like a wrong ip.

BobbyBonilla
12-30-2004, 05:04 AM
hihihi, my configuration said:

set disable(NCFTPLS) 1

after changing it to "0" the trigger works just fine! Many thanks to everyone who tried to help out and esspecially to you, jboy53, for coming up with the solution :)

greetings, Bobby.