blob: 76abf3aa2bd75bb19e5e87e49c362aca3085e103 (
plain) (
blame)
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
|
// 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 https://wiki.znc.in/Configuration
Version = 1.7.5
<Listener l>
Port = 1025
IPv4 = true
IPv6 = false
SSL = true
AllowIRC = true
AllowWeb = false
</Listener>
<User terminaldweller>
Pass =
Admin = true
Nick = terminaldweller
AltNick = terminaldweller_
Ident = terminaldweller
RealName = johndoe
LoadModule = chansaver
LoadModule = controlpanel
<Network Undernet>
LoadModule = simple_away
Server = irc.undernet.org 6667
</Network>
</User>
|