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.

Writing user and channel file... [SOLVED]

General support and discussion of Eggdrop bots.
Post Reply
h
holycrap
Op
Posts: 152
Joined: Mon Jan 21, 2008 11:19 pm

Writing user and channel file... [SOLVED]

Post by holycrap »

Anyway to disable the "Writing user file..." & "Writing channel file..." from displaying in partyline every hour? It's annoying to see the bot's window keeps blinking red.

Thanks!

:D
Last edited by holycrap on Thu May 07, 2009 11:05 am, edited 1 time in total.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

.console is your friend here... kind of...
.console -o should remove those messages, along with any LOG_MISC level log messages.
For further info, see .help console from within your dcc chat console
NML_375
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

From eggdrop.conf
# "Writing user file..." and "Writing channel file..." messages won't be
# logged anymore if this option is enabled.
set quiet-save 0
This removes the message from the logs files (and also the console). Which helps saves on log space too ;)
Post Reply