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.

Another question about CTCP/DCC problem (the real one)

General support and discussion of Eggdrop bots.
Post Reply
B
BaS
Voice
Posts: 6
Joined: Wed Jan 30, 2008 1:41 pm

Another question about CTCP/DCC problem (the real one)

Post by BaS »

Hello guys,

I have eggdrop v1.6.19+updates (taken from cvs).

I ran into problems with CTCP requests to bot.

It seems that a bot does not recognise what kind of CTCP it recieves.
This is what being shown in telnet session when someone requests a CTCP VERSION from bot:

Code: Select all

CTCP :  from barmoley (~people@host)
While normally this should be like this:

Code: Select all

CTCP version:  from anaesthesia (~-@host)
This is happening to all kinds of CTCP requests.

In config:

Code: Select all

loadmodule ctcp
set ctcp-mode 0
set ctcp-version "BaS's BOT-16"
set ctcp-userinfo "BaS's BOT-16"
set ctcp-finger "BaS's BOT-16"
In reply to .module:

Code: Select all

Module: ctcp (v1.0)
Could you please help?
B
BaS
Voice
Posts: 6
Joined: Wed Jan 30, 2008 1:41 pm

Post by BaS »

Rollback to official 1.6.18 has helped.
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

Tried it in the latest cvs and worked fine for me. Are you sure you have set net-type correctly?
B
BaS
Voice
Posts: 6
Joined: Wed Jan 30, 2008 1:41 pm

Post by BaS »

strikelight wrote:Tried it in the latest cvs and worked fine for me. Are you sure you have set net-type correctly?
I used the same config file with 1.6.18 and cvs. So this shouldn't be a net-type issue. I will try now the latest cvs, too. I'll tell you about the results.

Edit: With the latest cvs eggdrop v1.6.19+tclver there is no problem. Thank you!
Post Reply