Anyone know how to log what my bot says in the channels ?
For exemple, when we talk throught him with .say or when he answers to a commande, like for a querry of quizz.
# Use this feature to timestamp entries in the log file.
set log-time 1
# If you want to keep your logfiles forever, turn this setting on. All
set keep-all-logs 1
The above settings are used for this particular bot as it uses pisg to generate a web stats page. Every 12 months the logs are cleared. Everything said in the channel is recorded and stored as per the settings in the channel log; other items of interest that directly affect the bot are stored in the bots own log file.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
anyone who say a single word on #channel it will logged, no matter if they were Ops/Users or your Bot by using .say from partyline.
Here are Logfile Flags clearly stated in eggdrop.conf
# Logfile flags:
# b - information about bot linking and userfile sharing
# c - commands
# d - misc debug information
# h - raw share traffic
# j - joins, parts, quits, and netsplits on the channel
# k - kicks, bans, and mode changes on the channel
# m - private msgs, notices and ctcps to the bot
# o - misc info, errors, etc (IMPORTANT STUFF)
# p - public text on the channel
# r - raw incoming server traffic
# s - server connects, disconnects, and notices
# t - raw botnet traffic
# v - raw outgoing server traffic
# w - wallops (make sure the bot sets +w in init-server)
# x - file transfers and file-area commands
I'm an idiot, At least this one [bug] took about 5 minutes to find...