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.

Disabling two things

Old posts that have not been replied to for several years.
Locked
g
gaui
Voice
Posts: 15
Joined: Sun Nov 07, 2004 8:35 pm

Disabling two things

Post by gaui »

How do I keep this from showing up...

Code: Select all

[14:29:26] <fsck> [14:33] Writing user file...
[14:29:26] <fsck> [14:33] Writing channel file...
And this...

Code: Select all

[14:24:22] <fsck> [14:28] c_fir3fly kicked from #findscrim.is by gauiCgr: unload it
And all the +/- o/v/b/I/e modes, topics and stuff.
All the info lines I do not want to read. :)

Where are these options in the config?

Thanks in advance.
Curiosity killed the cat.
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Re: Disabling two things

Post by greenbear »

Code: Select all

[14:29:26] <fsck> [14:33] Writing user file...
[14:29:26] <fsck> [14:33] Writing channel file...
in your config- file
set quiet-save 1
and

Code: Select all

[14:24:22] <fsck> [14:28] c_fir3fly kicked from #findscrim.is by gauiCgr: unload it
on partyline, type
.console -jk
g
gaui
Voice
Posts: 15
Joined: Sun Nov 07, 2004 8:35 pm

Post by gaui »

Thank you very much! ;)
Curiosity killed the cat.
Locked