diff options
| author | 2015-02-20 00:57:10 +0100 | |
|---|---|---|
| committer | 2015-02-20 00:57:10 +0100 | |
| commit | 2d97be1d32cb518b104583239c9483410b268fac (patch) | |
| tree | 0626bdac619a8fb48543206b32eb3e3ea5b966f5 /src/inspircd.cpp | |
| parent | Merge pull request #997 from SaberUK/master+compiler-detection (diff) | |
Change all occurrences of Inspire to InspIRCd
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 469539c5b..cb2b5db9d 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -371,7 +371,7 @@ InspIRCd::InspIRCd(int argc, char** argv) : } } - std::cout << con_green << "Inspire Internet Relay Chat Server" << con_reset << ", compiled on " __DATE__ " at " __TIME__ << std::endl; + std::cout << con_green << "InspIRCd - Internet Relay Chat Daemon" << con_reset << ", compiled on " __DATE__ " at " __TIME__ << std::endl; std::cout << con_green << "(C) InspIRCd Development Team." << con_reset << std::endl << std::endl; std::cout << "Developers:" << std::endl; std::cout << con_green << "\tBrain, FrostyCoolSlug, w00t, Om, Special, peavey" << std::endl; |
