aboutsummaryrefslogblamecommitdiffstats
path: root/znc/znc.conf
blob: aa0df062466e7f1111f8b9b09ab53ffea5c6b472 (plain) (tree)

































                                                                                         



                                                  
       
// 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>
	<Network Libera>
		LoadModule = cert
		Server     = irc.libera.chat 6697 
	</Network>
</User>