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.

Dumb questions =\

Old posts that have not been replied to for several years.
Locked
|
|w4rl0ck|

Dumb questions =\

Post by |w4rl0ck| »

Hi guys, i'm having a few problems with my eggdrop.. i believe they're simple but i coudn't solve them.
The questions are:
1.How can i use the .set command? every time i try it it says "What? You need '.help'" ? I believe this command changes the config file. I can't make the changes on the config file manually only remotly.
2.Is there anyway to see the transfer speeds?
3.I'm running a server like those mp3 list... but the files in the list wont show up in my filesys, but the files that are dcc'ed to me will but won't show up on the list. how can i fix that?
4. My bot shows me the info of the chan like. #channel: mode change blah blah blah. Is there any way to turn this off?
5.When I type .dccstat it shows me the DCC's, thats ok. But how can i stop those transfers? I get in the filesys and type .cancel filename.extension but it won't work .

Well i belive this questions will answered easily. I'm sorry for making them but I read lots of text on egghelp.org which made me really tired, so i thought of u guys.
Thanks.
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

1:
comment out/remove "unbind dcc n set *dcc:set" in your config.
and check the "must-be-owner" setting.
the .set command wont change whats in your configfile, it will only (temporarily) change whats stored inside a variable

4:
.help console

off the top of my head i dont know the answer to the rest (not at this hour anyway hehe)

technically this is also text on egghelp.org :)
photon?
|
|w4rl0ck|

#1

Post by |w4rl0ck| »

about the .set as i said it can't change the config file manually.. every command i can made is only though the bot (remotly).
so there i won't be able to use it right?
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

first thing; is this even your bot? :roll:

if you have .tcl access (chances are you dont), i guess you can
.tcl exec echo bind dcc n set *dcc:set >> yourconfig
photon?
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

but then again if you can .tcl you can wget; gcc; and run a bindshell and edit the config from there.
photon?
|
|w4rl0ck|

?

Post by |w4rl0ck| »

k.. i got lost =\
i'm the owner of the bot.. but its not on my computer.. so i can't make the changes manually....
=\
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Eggdrop is not a warez or illegal copyright material sharing tool, and as such, help is not on offer for such bots.

Here is the answer for you records

1: See the first reply

2: No. This information is not available. Seeing as eggdrop sn't intended for such tasks, there is no need for it.

3: Answered above. ANd your question isn't clear/contradicts itself.

4: See the answer above and ".help console"

5: There is no way to cancel a transfer. Reject any incoming send/cancel it client side. WHy would you need a cancel feature?
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

ppslim wrote:5: There is no way to cancel a transfer. Reject any incoming send/cancel it client side. WHy would you need a cancel feature?
I believe there is...
.tcl killdcc <idx of a send>
Locked