Created
August 19, 2010 08:30
-
-
Save idan/537399 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[program:znc] | |
command=/usr/local/bin/znc -fn | |
user=idan |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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