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.

set ctcp-mode 0

Old posts that have not been replied to for several years.
Locked
J
JingYou
Halfop
Posts: 58
Joined: Tue Oct 16, 2001 8:00 pm
Location: Singapore
Contact:

Post by JingYou »

i've set this in my config file:
set ctcp-mode 0

I want it to allow anybody to be able to do ctcps on my bot (e.g. version, finger). But after even i had .die and load the bot back, it still does not allow anybody, except me to do ctcps on the bot itself.

What should i do so the bot will allow anybody to do ctcps on it?
Jing You
S
SniperAC

Post by SniperAC »

Does .die do what .rehash does?
I duno I used to do .rehash and then .restart
J
JingYou
Halfop
Posts: 58
Joined: Tue Oct 16, 2001 8:00 pm
Location: Singapore
Contact:

Post by JingYou »

Man... still won't !ppslim, if ur read this, HELP MEEEE
Jing You
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Set ctcp-mode to 2
J
JingYou
Halfop
Posts: 58
Joined: Tue Oct 16, 2001 8:00 pm
Location: Singapore
Contact:

Post by JingYou »

loadmodule ctcp
set ctcp-mode 2
set ctcp-version "(version)"
set ctcp-finger "(my msg)"

It still does not work for anyusers, it juz only work for me! Is this a bug or what? What should i do?
Jing You
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Well, according to the code, finger should work for any user, so long as there is a value to send, and that ctcp-mode in not set to 1.

The same applies to the version reply.

Did you bother to rehash after making the changes.

Are there any log messages.
J
JingYou
Halfop
Posts: 58
Joined: Tue Oct 16, 2001 8:00 pm
Location: Singapore
Contact:

Post by JingYou »

Yes, i even did a .die and ./eggdrop the bot again! well... i really do thing theres bug or something... are there any errors down here?

##### LOG FILES #####
set max-logs 5
set max-logsize 10000
set quick-logs 1
logfile mco * "logs/sop.log"
logfile jpkbm #JingYou "logs/jingyou.log"
set log-time 1
set keep-all-logs 1
set logfile-suffix ".%d%b%Y"
set switch-logfiles-at 2400
set quiet-save 0
set console "kbs"

and ...
##### CTCP MODULE #####
loadmodule ctcp
set ctcp-mode 2



Jing You
Locked