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.

Eggdrop DCC out?

Old posts that have not been replied to for several years.
Locked
f
fishgills

Eggdrop DCC out?

Post by fishgills »

I've been working on a big massive D&D Script (MySQL backend too!) and have run into a snag. As people gain levels, more stuff happens per round so the bot starts to get booted off the network for flooding.

SO! I want the bot to DCC Chat with people. To send a DCC Chat request and then spit its output out the DCC pipe.

I'm just looking for the basic command to start a DCC chat session and then I can probably do it from there.
f
fishgills

Post by fishgills »

Oh yeah, is this possible to *any* user? I don't want to have to add everyone that's playing to the bot's userfile.
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

To simply establish a dcc chat, you can do something like this:

Code: Select all

putserv "PRIVMSG $nick :\001DCC CHAT chat [myip] $portnumber\001"
To be able to send text to it you could use the command 'control'.
f
fishgills

Post by fishgills »

Know of any scripts that do this I can use as reference?
Locked