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-mode and ctcp-version

Old posts that have not been replied to for several years.
Locked
User avatar
CrazyCat
Revered One
Posts: 1286
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

ctcp-mode and ctcp-version

Post by CrazyCat »

Hi there :)
A stupid question, but it the first time I need this:
For security, I allways set ctcp-mode to 1 (only chat and ping).
But now, I need my eggs answering to ctcp version...
Have I to set ctcp-mode to 0 or is there another way?
10x by advance
User avatar
duofruo
Halfop
Posts: 94
Joined: Thu Oct 23, 2003 3:17 pm
Location: Ploiesti@.ro
Contact:

Post by duofruo »

# 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.
Embrace The Inevitable
User avatar
CrazyCat
Revered One
Posts: 1286
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

duofruo wrote:# 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.
10x, but I'd allready read this and try:

Code: Select all

set ctcp-mode 1
set ctcp-version 1
no more result. so I try:

Code: Select all

set ctcp-mode 0
set ctcp-version 1
And when I do a /ctcp eggdrop version, the egg send me back "1"
User avatar
duofruo
Halfop
Posts: 94
Joined: Thu Oct 23, 2003 3:17 pm
Location: Ploiesti@.ro
Contact:

Post by duofruo »

set ctcp-version
This set will allow u what will eggdrop will respond to ctcp version.
For example : i set :
set ctcp-version DuoFruo
When i rehash the eggdrop responds on version like this :
-> [guard-bot] VERSION
-
[Guard-Bot VERSION reply]: DuoFruo
Embrace The Inevitable
User avatar
CrazyCat
Revered One
Posts: 1286
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

no :)
The trouble isn't to get the real version, but to have a ctcp version reply WITHOUT setting ctcp-mode to 0 (I prefer have it to 1)
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

CrazyCat wrote:no :)
The trouble isn't to get the real version, but to have a ctcp version reply WITHOUT setting ctcp-mode to 0 (I prefer have it to 1)
That would require a script for answering the ctcp as the whole point of ctcp-mode 1 is to prevent answering ctcps by strangers (and disable every reply except CHAT and PING)
Have you ever read "The Manual"?
Locked