General { name = "irc.example.net"; vhost = "127.0.0.1"; description = "Test IRC server"; numeric = 1; }; Admin { Location = "Right Here, Right Now"; Location = "Testbench IRC server"; Contact = "root@localhost"; }; Class { name = "Local"; pingfreq = 1 minutes 30 seconds; sendq = 160000; maxlinks = 100; }; Client { ip = "127.*"; class = "Local"; }; Operator { local = no; class = "Local"; host = "*@127.*"; password = "$PLAIN$oper"; name = "oper"; }; Port { port = 7601; };