aboutsummaryrefslogtreecommitdiffstats
path: root/znc/znc.conf
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-04-12 14:44:01 +0000
committerterminaldweller <thabogre@gmail.com>2022-04-12 14:44:01 +0000
commite87f4b6c90a4608b7318c631d678eff712794792 (patch)
treebcc7dcafea7173426748996c7a2e5ee39d7f8a89 /znc/znc.conf
parentmostly irc stuff (diff)
downloadscripts-e87f4b6c90a4608b7318c631d678eff712794792.tar.gz
scripts-e87f4b6c90a4608b7318c631d678eff712794792.zip
update
Diffstat (limited to '')
-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>