aboutsummaryrefslogtreecommitdiffstats
path: root/znc
diff options
context:
space:
mode:
Diffstat (limited to 'znc')
-rw-r--r--znc/znc.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/znc/znc.conf b/znc/znc.conf
new file mode 100644
index 0000000..76abf3a
--- /dev/null
+++ b/znc/znc.conf
@@ -0,0 +1,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>