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.

Dalnet DCC Sends

Old posts that have not been replied to for several years.
Locked
L
Locutus

Post by Locutus »

I've written a dcc onjoin checker, but need to circumvent the "dccallow" feature of dalnet....

The only thing I can think of is dccallowing the users as they first join the channel, so that I can catch them when I part/rejoin.

If I was to persue this plan of attack, how could I send the "dccallow +$nick" to the server. I've tried "putserv "dccallow +$nick", but that doesn't seem to be working :/

Anybody have any advice?

Thank you --Locutus
L
Locutus

Post by Locutus »

Sorry, thats:

putserv "dccallow +$nick"

I have all the right proc's and the script is triggering properly on the ctcp - DCC event, dalnet's dccallow feature is the only thing stopping this from working...

Thanks again for reading this...!

Locutus
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

How do you know it's not working?

Also, are you sending the correct nick? (what is the context of $nick in your example)

I just tried it on my dalnet bot and it works fine.

Try this:
.set use-console-r 1
.console +r
.tcl putserv "dccallow +yournick"

it should say

<yarker> [01:33] [@] twisted.ma.us.dal.net 617 yarker :stdarg has been added to your DCC allow list
Locked