Skip to content

Instantly share code, notes, and snippets.

@csexton
Created September 23, 2012 21:55
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save csexton/3773180 to your computer and use it in GitHub Desktop.
Example ZNC Config
// WARNING
//
// Do NOT edit this file while ZNC is running!
// Use webadmin or *admin instead.
//
// Buf 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
MaxBufferSize= 500
SSLCertFile = /etc/znc/znc.pem
ProtectWebSessions = true
Listener4 = +6664
ConnectDelay = 5
ServerThrottle = 30
LoadModule = partyline
LoadModule = webadmin
<User chris>
Pass = REMOVED
Nick = chris
AltNick = chris_
Ident = chris
RealName = Chris Sexton
QuitMsg = It's okay...I-I'm a leaf on the wind
StatusPrefix = *
ChanModes = +stn
Buffer = 1000
KeepBuffer = false
MultiClients = true
DenyLoadMod = false
Admin = true
DenySetBindHost = false
TimestampFormat = [%H:%M:%S]
AppendTimestamp = false
PrependTimestamp = true
TimezoneOffset = 0.00
JoinTries = 10
MaxJoins = 5
IRCConnectEnabled = true
Allow = *
LoadModule = admin
LoadModule = chansaver
LoadModule = keepnick
LoadModule = kickrejoin
LoadModule = nickserv
LoadModule = perform
LoadModule = simple_away
LoadModule = awaynick %nick%_away
Server = 127.0.0.1 6667
<Chan #radius>
</Chan>
</User>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment