summaryrefslogtreecommitdiff
path: root/.znc/configs/znc.conf
blob: 340f06fb9577ed662d80f855312b1be472a43d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
// 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  = /home/luke/.znc/znc.pem
ProtectWebSessions = true
Listener4    = 6667
ConnectDelay = 5
ServerThrottle = 30
Skin         = dark-clouds
StatusPrefix = *
LoadModule   = webadmin

<User lukeshu-freenode>
	Pass = sha256#155a0ffa2a0440e9126e045c6d7ce0c03779b705a0fdd2e132b3030739185914#kO8xL6dUfpGaw)BXvyQs#
	Nick = lukeshu
	AltNick = lukeshu_
	Ident = lukeshu
	RealName = Luke Shumaker
	QuitMsg = ZNC - http://znc.in
	ChanModes = +stn
	Buffer = 50
	KeepBuffer = true
	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 = keepnick
	LoadModule = nickserv
	LoadModule = simple_away

	Server = irc.freenode.net 6667

	<Chan #parabola>
	</Chan>
</User>