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 version reply

General support and discussion of Eggdrop bots.
Post Reply
b
bru
Voice
Posts: 2
Joined: Sat Nov 04, 2006 1:44 pm

ctcp version reply

Post by bru »

probably a smiple thing, but how do i get my bot to send out a different reply to a ctcp version request.

i've search the site and the forums and google'd but not found nothing.

can anyone help. ta.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Actually, if you read very carefully in the distribution config file, you'll find this:
loadmodule ctcp

# Set here how the ctcp module should answer ctcps. There are 3 possible
# operating modes:
# 0: Normal behavior is used.
# 1: The bot ignores all ctcps, except for CHAT and PING requests
# by users with the +o flag.
# 2: Normal behavior is used, however the bot will not answer more
# than X ctcps in Y seconds (defined by 'set flood-ctcp').
set ctcp-mode 0

# There are also several variables to help make your bot less noticeable.
# They are: ctcp-version, ctcp-finger, and ctcp-userinfo. You can use set to set
# them to values you'd like.
So, just set ctcp-version to whatever you wish your bot to respond with
NML_375
b
bru
Voice
Posts: 2
Joined: Sat Nov 04, 2006 1:44 pm

Post by bru »

ahh
prolly the only place i didnt look.

thanks for your help.
User avatar
chandra Sha
Voice
Posts: 12
Joined: Tue Oct 31, 2006 1:27 am
Location: South Borneo

Post by chandra Sha »

Post Reply