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.

Log files do not contain color codes

General support and discussion of Eggdrop bots.
Post Reply
c
cimeran
Voice
Posts: 9
Joined: Fri Mar 04, 2011 11:52 pm

Log files do not contain color codes

Post by cimeran »

Have the following line in my eggdrop.conf:

logfile +p #mychan "logs/mychan.log"

But it isn't logging any of the color code information in the messages. Am I missing something? Thanks!

Cimeran
User avatar
Madalin
Master
Posts: 310
Joined: Fri Jun 24, 2005 11:36 am
Location: Constanta, Romania
Contact:

Post by Madalin »

Skip the "+"
Just use
logfile p #channel "logs/file"
# 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
Post Reply