blog: my znc config

Closes #46
This commit is contained in:
Aminda Suomalainen 2015-04-01 00:53:25 +03:00
parent c5f78cbf82
commit ec751a2482
1 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,54 @@
---
layout: post
comments: true
title: "My ZNC config"
category: [english]
tags: [irc, english]
---
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...*