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 :/
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...