X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fconfigreader.cpp;h=a739bf5b5ae13b9fc3a6eaf91747b0a65be605c3;hb=b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3;hp=2d3ecc3dead9b4848ef87c01ce98c4c0d37186f8;hpb=8a5a1c799e5bec875b081f70639156429d7847e3;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/configreader.cpp b/src/configreader.cpp index 2d3ecc3de..a739bf5b5 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -506,8 +506,8 @@ void ServerConfig::Apply(ServerConfig* old, const std::string &useruid) ConfigTagList binds = ConfTags("bind"); if (binds.first == binds.second) - errstr << "Possible configuration error: you have not defined any blocks." << std::endl - << "You will need to do this if you want clients to be able to connect!" << std::endl; + errstr << "Possible configuration error: you have not defined any blocks." << std::endl + << "You will need to do this if you want clients to be able to connect!" << std::endl; if (old && valid) {