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.

help with a script please :)

Old posts that have not been replied to for several years.
Locked
n
nitty

Post by nitty »

hi, i am trying to find a tcl script that pastes all that happens in a bots dcc chat into a private channel so that i can keep an eye on the people using the bot to see if they misbehave, enter a wrong password, ban the bot etc etc.

If you could possibly paste the code here or leave me a link to the file i would appreciate it alot.

Thanks in advance,
nitty
n
nitty

Post by nitty »

ill take that as noone knows :sad:
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

It's not really possible. The only way I can think to do this would be via a loopback connection. The bot would connect to itself as a +n user. I'll try to code this soon.. Keep an eye out on http://www.dawgtcl.com:81/.
n
nitty

Post by nitty »

ok thanks alot :smile:
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

or rebind everything (and a filt *) to pass through a logging function (infact, I've seen botnet scripts that actually do this - can't remember which ones though)
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Still, not EVERYTHING seen on the partyline would go to the channel... Incoming tclnet connections, internal debugs and putlogs, etc.
Locked