so I thought that removing the j would solve this as the
conf says:
Code: Select all
##### LOG FILES #####
# Eggdrop is capable of logging various things, from channel chatter to
# commands people use on the bot and file transfers.
# Events are logged by certain categories. This way, you can specify
# exactly what kind of events you want sent to various logfiles.
#
# Logfile flags:
# j - joins, parts, quits, and netsplits on the channel
logfile jpk #lamest "logs/lamest.log"
to:
logfile pk #lamest "logs/lamest.log"
But it still logs the quits and such.
Did I miss something?