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.

why cant anyone connect ctcp

General support and discussion of Eggdrop bots.
Post Reply
i
imac
Voice
Posts: 5
Joined: Sat Sep 06, 2008 8:13 am

why cant anyone connect ctcp

Post by imac »

my bot tells people that it doesnt accept ctcp's

how do i fix this
something has to be better than microsoft..oh yeah linux and eggdrp1.6.19 and unreal3.2.7
e
evilchen
Voice
Posts: 9
Joined: Thu Apr 17, 2008 3:32 pm
Location: Germany - near Cologne
Contact:

Post by evilchen »

what exactly does the bot answer?
The plaintext should helb me to solve your problem.

The Problem schould point to the eggdrop.conf

In there, there are some settings like:

Code: Select all

# If you want your bot to answer lower case ctcp requests (non rfc-
# compliant), set this setting to 1. mIRC will do this, most other
# clients will not.
set lowercase-ctcp 0
Means: if u use mIRC, this setting could help you.

You should also have a look at:

Code: Select all

#### 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
in the conf file.
First you have to load the Module, but i mean, when it isn't loadet, the bot didn't say anything on a request.

But the secont setting, the Mode, could be the Setting u are searching for.

greetings
I
IRC_MAC
Voice
Posts: 18
Joined: Sat Dec 13, 2008 7:52 pm

Post by IRC_MAC »

yes i have that to 1
this is what i get
BinMonster does not accept CTCPs
and i have port 2050 for users
e
evilchen
Voice
Posts: 9
Joined: Thu Apr 17, 2008 3:32 pm
Location: Germany - near Cologne
Contact:

Post by evilchen »

wich one do u have to 1? the first or the set ctcp-mode ?


if you have set the ctcp mode set to 1, every user who wants to ctcp to the bot needs the +o flag.
Nichts ist so langweilig wie ein Klogang ohne buch.
Oder doch?
I
IRC_MAC
Voice
Posts: 18
Joined: Sat Dec 13, 2008 7:52 pm

Post by IRC_MAC »

yup i think its the server,, we just did the same install on another server and it works fine...thnx
Post Reply