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.

Ctcp problem

Old posts that have not been replied to for several years.
Locked
W
W[4]Nt3D

Post by W[4]Nt3D »

I'm trying to code a tcl who tooks password from users by ctcp but the ctcp and the password are echoing in dcc chat.
Is there a way to echo off all ctcp for all users ?

Thx
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

return 1 from the proc
W
W[4]Nt3D

Post by W[4]Nt3D »

I allready try it with 1 , 0 and -1 but I still got that echo..
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

There is no current way to prevent the echo of CTCP's to a bot, though there should. I will mention this to eggdev, if I remember.

Though using a raw bind, detecting the CTCP there, and returning 0 will do the trick.

Be carful with return values in raw binds thoguh, they could cause the bot to cease functioning.
Locked