Add the default IRC network for tests

This commit is contained in:
Mateusz Hajder 2021-05-26 13:41:33 +02:00
parent 42bafe7165
commit af236dd280
No known key found for this signature in database
GPG key ID: 5BFE5D3F97914EC8

View file

@ -2,6 +2,8 @@
var config = require("../../../defaults/config.js");
config.defaults.name = "Example IRC Server";
config.defaults.host = "irc.example.com";
config.public = true;
config.prefetch = true;
config.host = config.bind = "127.0.0.1";