Skip to content

Instantly share code, notes, and snippets.

@bentruyman
Created November 27, 2012 17:44
Show Gist options
  • Save bentruyman/4155806 to your computer and use it in GitHub Desktop.
Save bentruyman/4155806 to your computer and use it in GitHub Desktop.
My ZNC Config
AnonIPLimit = 10
Listen = +8080
ConnectDelay = 30
<User bentruyman>
Pass = ****
Nick = bentruyman
AltNick = bentruyman_
Ident = bentruyman
RealName = Ben Truyman
QuitMsg = ZNC - http://znc.sourceforge.net
StatusPrefix = *
ChanModes = +stn
Buffer = 500
KeepBuffer = false
MultiClients = true
BounceDCCs = true
DenyLoadMod = false
Admin = true
DenySetVHost = false
DCCLookupMethod = default
TimestampFormat = [%H:%M:%S]
AppendTimestamp = false
PrependTimestamp = true
TimezoneOffset = 0.00
JoinTries = 10
MaxJoins = 5
LoadModule = autoattach
LoadModule = keepnick
LoadModule = nickserv
Server = irc.freenode.net 6667
</User>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment