diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-12 14:44:01 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-12 14:44:01 +0000 |
commit | e87f4b6c90a4608b7318c631d678eff712794792 (patch) | |
tree | bcc7dcafea7173426748996c7a2e5ee39d7f8a89 /znc | |
parent | mostly irc stuff (diff) | |
download | scripts-e87f4b6c90a4608b7318c631d678eff712794792.tar.gz scripts-e87f4b6c90a4608b7318c631d678eff712794792.zip |
update
Diffstat (limited to 'znc')
-rw-r--r-- | znc/znc.conf | 35 |
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> |