I have eggdrop 1.6.10 for 3 month. Everything works perfectly instead of .set command. When I type .set variable (for example .set ignore-time 15) on dcc, bot answers what? you need help?
I am permanent owner. Any idea what could be wrong?
Yes, you probably have disabled .set command
# Comment these two lines if you wish to enable the .tcl and .set commands.
# If you select your owners wisely, you should be okay enabling these.
unbind dcc n tcl *dcc:tcl
unbind dcc n set *dcc:set
change it to
#unbind dcc n set *dcc:set
I do not even have those unbind commands in my config file and I still cannot use the .set commands. I based my config file off of the simple config file. Is there something else I am missing?