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.

can someone help me

Old posts that have not been replied to for several years.
j
jammer1
Voice
Posts: 39
Joined: Tue Feb 11, 2003 11:40 am

can someone help me

Post by jammer1 »

I can't code tcl, I need a script that will send a file from 1 bot to another bot. and I've searched every where and can't seem to find one that will do it.
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

on bot1

Code: Select all

dccsend /path/to/file bot2
j
jammer1
Voice
Posts: 39
Joined: Tue Feb 11, 2003 11:40 am

Post by jammer1 »

doesn't the file i want to send need to be defined somewhere?
again, i can't code. i can change paths and file names in the code .

Bot 2 isn't on the same shell as bot 1.
j
jammer1
Voice
Posts: 39
Joined: Tue Feb 11, 2003 11:40 am

can someone help me again

Post by jammer1 »

user wrote:on bot1

Code: Select all

dccsend /path/to/file bot2
I've tried this and it won't send the file to bot2 that is on a different shell.
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Re: can someone help me again

Post by user »

jammer1 wrote:I've tried this and it won't send the file to bot2 that is on a different shell.
Did you load the required module(s) on both bots and set them up the right way?
j
jammer1
Voice
Posts: 39
Joined: Tue Feb 11, 2003 11:40 am

Re: can someone help me again

Post by jammer1 »

user wrote:
jammer1 wrote:I've tried this and it won't send the file to bot2 that is on a different shell.
Did you load the required module(s) on both bots and set them up the right way?
yes modules are loaded. when i chat the bot it tells me it sent it, but the file never got there
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Re: can someone help me again

Post by user »

jammer1 wrote:yes modules are loaded. when i chat the bot it tells me it sent it, but the file never got there
What's going on on the recieving end? Any errors/symptoms?
f
freakyy

Post by freakyy »

where does your bot2 store incomming files?
have you set this up correctly? (:
j
jammer1
Voice
Posts: 39
Joined: Tue Feb 11, 2003 11:40 am

Post by jammer1 »

no errors on the receiving end. i even tried a dccsend procedure i use to send a file to myself, just changed the nick to the bots nick and that didn't work either. the file doesn't make it to the bot on the different shell.
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

what's returned when you '.tcl dccsend /path/to/file bot2' on the partyline?
(Don't say "What? you need .help", enable the dcc command if it's disabled)
j
jammer1
Voice
Posts: 39
Joined: Tue Feb 11, 2003 11:40 am

Post by jammer1 »

[08:35] Begin DCC send test.txt to barnx_
[08:40] DCC timeout: GET test.txt (barnx_) at 0/8134
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

jammer1 wrote:the file doesn't make it to the bot on the different shell.
Does that mean you don't even get a ctcp on the recieving end? Try '.tcl dccsend file YourNick'. If you don't get the ctcp, I've no idea what could be wrong. If you however are unable to connect when trying to accept the send it could be due to a firewall. (search the forum for clues on how to solve that)
j
jammer1
Voice
Posts: 39
Joined: Tue Feb 11, 2003 11:40 am

Post by jammer1 »

.tcl dccsend file jammer1
<bot1> What? You need '.help'
j
jammer1
Voice
Posts: 39
Joined: Tue Feb 11, 2003 11:40 am

Post by jammer1 »

aaaahhh, i have an access problem on bot2,
Refused DCC SEND test.txt (no access):

How do I fix this?
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

jammer1 wrote:aaaahhh, i have an access problem on bot2,
Refused DCC SEND test.txt (no access):

How do I fix this?
.help whois
And look at the user flag descriptions.
Locked