I am not sure I have this thing setup correctly for DCC
I have tried and tried to dcc the bot, but I get mixed results.
A couple times I have connected and the commands will operate normally.
More times than that, I get this message on my server window from the bot itself saying "No telnet port"
And just recently I am getting an unable to connect and the dcc closes.
I have identified myself. And now when I try the bot says "I recognize you there"
When trying this command:
/dcc chat bot
All that happens is waiting for acknowledgement
When trying this command:
/ctcp bot CHAT
I usually either get the "no telnet port" or "unable to connect" errors.
When it actually worked, the /dcc chat bot would open a dcc to the bot like it should.
I don't know what to do.
In my bots config I have these lines, which may be a problem:
listen 8888 all
listen 4444 users
In mIRC itself, I have the dcc port setup as 59.
Should I maybe put a "listen 59 all" line in the config?
A bit more information has occurred to me over this problem.
When the DCC is attempted with /ctcp
I get the chat window and a message, giving me the bot name and then in parentheses one of the three IPs of the shell server I'm using.
The problem is, on this IP, the .64, it's unstable. When trying to access it with Putty or WinSCP I end up with errors saying No Route to Host.
This is not all the time, just a bunch.
The other two IPs on the server are .65 and .66.
And naturally the IP that comes up with the bot on all my DCC chat attempts is .64.
So how would I setup it's config file to only attempt DCC through the .66 IP which is much more stable.
That in itself may help, but I'm not sure how to work it.