Add the default IRC network for tests
This commit is contained in:
parent
42bafe7165
commit
af236dd280
2
test/fixtures/.thelounge/config.js
vendored
2
test/fixtures/.thelounge/config.js
vendored
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user