-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathznc.conf
More file actions
34 lines (31 loc) · 797 Bytes
/
znc.conf
File metadata and controls
34 lines (31 loc) · 797 Bytes
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
// WARNING
//
// Do NOT edit this file while ZNC is running!
// Use webadmin or *controlpanel instead.
//
// Altering this file by hand will forfeit all support.
//
// But if you feel risky, you might want to read help on /znc saveconfig and /znc rehash.
// Also check http://en.znc.in/wiki/Configuration
Version = 1.6.3
<Listener l>
Port = 16669
IPv4 = true
IPv6 = false
SSL = true
</Listener>
LoadModule = webadmin
<User admin>
Pass = sha256#6b0cf87ac6cc0b71fe6e4bf4bb309ac0c3718f232df345665643392667820ce6#_ixEFTKenS/Mg),v+ll(#
Admin = true
Nick = admin
AltNick = admin_
Ident = admin
RealName = Got ZNC?
LoadModule = chansaver
LoadModule = controlpanel
<Network bitlbee>
LoadModule = simple_away
Server = localhost +6697
</Network>
</User>