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.

Pg[BOT] The user does not wish to receive that type [SOLVED]

General support and discussion of Eggdrop bots.
Post Reply
P
PisangGoreng
Voice
Posts: 35
Joined: Mon Dec 10, 2007 9:19 am
Location: Malaysia
Contact:

Pg[BOT] The user does not wish to receive that type [SOLVED]

Post by PisangGoreng »

i try to do /ctcp Pg[BOT] Chat but the result nothing and server write this Pg[BOT] The user does not wish to receive that type of message.
Can anyone help me.. Me Use WebChat..
Last edited by PisangGoreng on Tue Dec 11, 2007 9:09 am, edited 1 time in total.
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Have you enabled the CTCP Module?

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
P
PisangGoreng
Voice
Posts: 35
Joined: Mon Dec 10, 2007 9:19 am
Location: Malaysia
Contact:

Post by PisangGoreng »

ya..
#### CTCP MODULE ####

loadmodule ctcp
set ctcp-mode 0

like this ?
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

yes, like that. Only other thing I can think of might be that the bot isn't fully recognizing your hostmask. Have you tried to use dcc rather than CTCP?
P
PisangGoreng
Voice
Posts: 35
Joined: Mon Dec 10, 2007 9:19 am
Location: Malaysia
Contact:

Post by PisangGoreng »

erm..
i have do /msg botnick ident pass
dcc ?
Chat with Pg[BOT]
Waiting for acknowledgement...
and server write same as
Pg[BOT] The user does not wish to receive that type of message.

erm..
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Now it sounds like you have some other script interfering with what you are trying to do. Read This Post, which explains dcc problems rather clearly. You might also wish to unload any extra scripts you might have on your eggdrop before trying again
P
PisangGoreng
Voice
Posts: 35
Joined: Mon Dec 10, 2007 9:19 am
Location: Malaysia
Contact:

Post by PisangGoreng »

me dosent load any script jor...
erm..
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

what's this about ident? does the eggdrop recognize your hostmask or not?
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

PisangGoreng wrote:server write this Pg[BOT] The user does not wish to receive that type of message.
Sounds like some sort of server side ctcp/privmsg ignore (which has nothing to do with eggdrop). Ask someone who knows how your ircd works.

EDIT: I googled the error message and found someone mentioning user mode M. Try '.dump MODE yourBot -M' then '/ctcp yourBot CHAT'
It won't let me send messages to people!
If you're getting "Your own modes prohibit you from sending that type of message." in your status window, then type /uMode -M Although if you're getting "The user does not wish to receive that type of message." in your status window, then the person that you're trying to send the message to will have to type /uMode -M to allow incoming messages.
Have you ever read "The Manual"?
P
PisangGoreng
Voice
Posts: 35
Joined: Mon Dec 10, 2007 9:19 am
Location: Malaysia
Contact:

Post by PisangGoreng »

YooHoo wrote:what's this about ident? does the eggdrop recognize your hostmask or not?
putquick "MODE -M"
like that to mode -M ?
i tried.. but still Pg[BOT] The user does not wish to receive that type of message.

Erm Please...
P
PisangGoreng
Voice
Posts: 35
Joined: Mon Dec 10, 2007 9:19 am
Location: Malaysia
Contact:

Post by PisangGoreng »

oke..
i did it..
it solved..
thanks for you kind..
Post Reply