mikaela.github.io/_posts/2015-04-01-my-znc-config.md
Mikaela Suomalainen 01e80b399d
unpublish multiple posts
These are the worst ones, either that I most dislike or have developed
past a long time ago or otherwise are outdated or causing more harm than
good.

I recognise that what has putten online cannot be removed from there
permanently, but I have previously hidden material from view and haven't
received any feedback on it, so I think I can continue removing things.

The plan is first this commit and next time I happen to be going through
things, I can probably start saying git rm.
2018-04-29 11:54:08 +03:00

56 lines
1.3 KiB
Markdown

---
layout: post
comments: true
title: "My ZNC config"
category: [english]
tags: [irc, english]
published: false
---
Some time ago I thought that I could write about this (or at least my
issue tracker has open issue about this and as I am not sleeping, I can
probably write about this...)
My ZNC config after installation is the following:
* Skin: forest
* Global modules:
* adminlog
* block_motd
* certauth
* chansaver
* fail2ban
* lastseen
* log `-sanitize $USER/$NETWORK/$WINDOW/%Y-%m-%d.log`
* playback
* privmsg
* webadmin
And on user level
* Modules
* alias
* autoreply
* cert
* controlpanel
* ctcp_notifier
* ctcpflood
* disconkick
* listcokets
* perform
* send_raw
* shell
* Channel modes: +stn
* Buffer size: 50
* [x] Multi Clients
* [x] Prepend Timestamps
* [x] Admin
* Try to parse as UTF-8 and as ISO-8859-15, send as UTF-8 (recommended)
I don't use "Auto Clear Chan Buffer" or "Auto Clear Query Buffer", because
I use the playback module on phone and on my 24/7 WeeChat I have
`clientbuffer` which is same as those two options set to single client.
*Don't see any sense in this post? Me neither, don't worry, I wonder what
was my original reason for adding this to my issue tracker...*