diff options
| author | 2021-05-11 03:53:43 +0100 | |
|---|---|---|
| committer | 2021-05-11 04:07:45 +0100 | |
| commit | 3ca912ad71cdc4004401e0977be73c674bb91fbc (patch) | |
| tree | cf57b43229becfc3d9c8532a2d4f18f095f024ec /src/configreader.cpp | |
| parent | Optimise building the link data string. (diff) | |
| parent | Send ERR_BADCHANMASK when trying to OJOIN/SAJOIN an invalid channel. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 29854a9b7..2db989b9a 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -468,8 +468,8 @@ void ServerConfig::Apply(ServerConfig* old, const std::string &useruid) auto binds = ConfTags("bind"); if (binds.empty()) - errstr << "Possible configuration error: you have not defined any <bind> 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 <bind> blocks." << std::endl + << "You will need to do this if you want clients to be able to connect!" << std::endl; if (old && valid) { |
