Skip to content

Instantly share code, notes, and snippets.

@idan
Created August 19, 2010 08:30
Show Gist options
  • Save idan/537399 to your computer and use it in GitHub Desktop.
Save idan/537399 to your computer and use it in GitHub Desktop.
[program:znc]
command=/usr/local/bin/znc -fn
user=idan
AnonIPLimit = 10
Listen = 111.222.333.444 +port
ConnectDelay = 30
ServerThrottle = 30
LoadModule = notify_connect
<User idan>
Pass = foobar
Nick = idan
AltNick = idangazit
Ident = idan
RealName = Idan Gazit
QuitMsg = Quitting quietly is for quitters.
StatusPrefix = *
ChanModes = +stn
Buffer = 500
KeepBuffer = true
MultiClients = true
BounceDCCs = true
DenyLoadMod = false
Admin = true
DenySetVHost = false
DCCLookupMethod = default
TimestampFormat = [%H:%M:%S]
AppendTimestamp = false
PrependTimestamp = true
TimezoneOffset = 2.00
JoinTries = 10
MaxJoins = 5
LoadModule = keepnick
LoadModule = away -timer 600 MyNickservPassword
LoadModule = admin
LoadModule = colloquy
LoadModule = nickserv MyNickservPassword
LoadModule = route_replies
LoadModule = fakeonline
Server = chat.freenode.net 6667
<Chan #django-dev>
Buffer = 100
</Chan>
<Chan #djangocon-team>
</Chan>
<Chan #django-social>
</Chan>
</User>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment