diff --git a/test/fixtures/.thelounge/config.js b/test/fixtures/.thelounge/config.js index cbc7b926..9767acc9 100644 --- a/test/fixtures/.thelounge/config.js +++ b/test/fixtures/.thelounge/config.js @@ -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";