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.

Mask Version

General support and discussion of Eggdrop bots.
Post Reply
P
Pyr3x
Voice
Posts: 10
Joined: Sat Sep 24, 2011 5:41 pm

Mask Version

Post by Pyr3x »

How do I mask my bots version when people send version request to it?
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

By version I assume you're talking of the CTCP Version command.
eggdrop.conf wrote:#### CTCP MODULE ####

# This module provides the normal ctcp replies that you'd expect.
# Without it loaded, CTCP CHAT will not work. The server module
# is required for this module to function.
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.
NML_375
w
willyw
Revered One
Posts: 1202
Joined: Thu Jan 15, 2009 12:55 am

Re: Mask Version

Post by willyw »

Pyr3x wrote:How do I mask my bots version when people send version request to it?
Try these lines, in eggdrop.conf:

Code: Select all

set ctcp-version "mIRC v7.19"
set ctcp-finger "[finger reply here]"
set ctcp-userinfo "[userinfo reply here]"

Then experiment, editing to your liking.
Post Reply