Skip to content

Instantly share code, notes, and snippets.

@martinbjeldbak
Last active August 29, 2015 14:18
Show Gist options
  • Save martinbjeldbak/d3d059d0acb82ca43c7a to your computer and use it in GitHub Desktop.
Save martinbjeldbak/d3d059d0acb82ca43c7a to your computer and use it in GitHub Desktop.
My ZNC 1.6.0 (an IRC bouncer) config file
// WARNING
//
// Do NOT edit this file while ZNC is running!
// Use webadmin or *controlpanel instead.
//
// Altering this file by hand will forfeit all support.
//
// But if you feel risky, you might want to read help on /znc saveconfig and /znc rehash.
// Also check http://en.znc.in/wiki/Configuration
AnonIPLimit = 10
ConnectDelay = 5
HideVersion = true
LoadModule = webadmin
LoadModule = certauth
MaxBufferSize = 500
ProtectWebSessions = true
SSLCertFile = /home/znc-admin/.znc/znc.pem
ServerThrottle = 30
Skin = _default_
StatusPrefix = *
Version = 1.6.0
<Listener listener0>
AllowIRC = true
AllowWeb = true
IPv4 = true
IPv6 = true
Port = 61835
SSL = true
URIPrefix = /
</Listener>
<User martin>
Admin = true
Allow = *
AltNick = martinbmadsen_
AppendTimestamp = false
AutoClearChanBuffer = true
AutoClearQueryBuffer = true
Buffer = 50
ClientEncoding = ^UTF-8
DenyLoadMod = false
DenySetBindHost = false
Ident = martin
JoinTries = 10
LoadModule = chansaver
LoadModule = controlpanel
LoadModule = autoreply Hi! I'm currently not connected to my IRC bouncer. I will respond as soon as I get back!
MaxJoins = 0
MaxNetworks = 1
MaxQueryBuffers = 50
MultiClients = true
Nick = martinbmadsen
PrependTimestamp = true
QuitMsg = Bye!
RealName = Martin Bjeldbak Madsen
TimestampFormat = [%H:%M:%S]
<Network espernet>
Encoding = ^UTF-8
FloodBurst = 4
FloodRate = 1.00
IRCConnectEnabled = true
JoinDelay = 0
LoadModule = block_motd
Server = irc.esper.net +6697
<Chan #SpaceX>
</Chan>
</Network>
<Network freenode>
Encoding = ^UTF-8
FloodBurst = 4
FloodRate = 1.00
IRCConnectEnabled = true
JoinDelay = 0
LoadModule = simple_away
LoadModule = cert
LoadModule = sasl
Server = chat.freenode.net +6697
<Chan ##crypto>
</Chan>
<Chan ##javascript>
</Chan>
<Chan ##linux>
</Chan>
<Chan ##math>
</Chan>
<Chan ##networking>
</Chan>
<Chan ##security>
</Chan>
<Chan ##security>
</Chan>
<Chan #Node.js>
</Chan>
<Chan #RubyOnRails>
</Chan>
<Chan #archlinux>
</Chan>
<Chan #bash>
</Chan>
<Chan #bitcoin>
</Chan>
<Chan #debian>
</Chan>
<Chan #digitalocean>
</Chan>
<Chan #dogecoin>
</Chan>
<Chan #freenode>
</Chan>
<Chan #git>
</Chan>
<Chan #haskell>
</Chan>
<Chan #haskell-beginners>
</Chan>
<Chan #homebrew-cask>
</Chan>
<Chan #irssi>
</Chan>
<Chan #jquery>
</Chan>
<Chan #mysql>
</Chan>
<Chan #neovim>
</Chan>
<Chan #nginx>
</Chan>
<Chan #postgresql>
</Chan>
<Chan #reddit>
</Chan>
<Chan #ruby>
</Chan>
<Chan #ruby-lang>
</Chan>
<Chan #startups>
</Chan>
<Chan #ubuntu>
</Chan>
<Chan #ucsd>
</Chan>
<Chan #vim>
</Chan>
<Chan #web>
</Chan>
</Network>
<Network quakenet>
Encoding = ^UTF-8
FloodBurst = 4
FloodRate = 1.00
IRCConnectEnabled = true
JoinDelay = 0
LoadModule = sasl
LoadModule = block_motd
Server = irc.quakenet.org 6667
<Chan #r/GlobalOffensive>
</Chan>
</Network>
<Network snoonet>
Encoding = ^UTF-8
FloodBurst = 4
FloodRate = 1.00
IRCConnectEnabled = true
JoinDelay = 0
LoadModule = block_motd
LoadModule = sasl
Server = irc.snoonet.org +6697
<Chan #f1>
</Chan>
<Chan #reddit>
</Chan>
</Network>
// Removed "<Pass password> ... </Pass>" section with hash, method, and salt
</User>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment