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.
#### 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
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?
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
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.