]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Change all occurrences of Inspire to InspIRCd
authorAttila Molnar <attilamolnar@hush.com>
Thu, 19 Feb 2015 23:57:10 +0000 (00:57 +0100)
committerAttila Molnar <attilamolnar@hush.com>
Thu, 19 Feb 2015 23:57:10 +0000 (00:57 +0100)
make/template/inspircd.service
src/inspircd.cpp
win/inspircd.rc.cmake

index 0d75b5cb625baa1045f97ae9ec90b3811445e8b0..e5f28a674cda6ffeb6a1c853401bdaeda8797db9 100644 (file)
@@ -20,7 +20,7 @@
 
 [Unit]
 After=network.target
-Description=Inspire Internet Relay Chat Daemon
+Description=InspIRCd - Internet Relay Chat Daemon
 Requires=network.target
 
 [Service]
index 469539c5b3b525aaab2a8143f1868f293c13b0d7..cb2b5db9d7a27aa88a05553cdd6b6602887a418c 100644 (file)
@@ -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;
index 3ff7678782e2b1b1b9a93d17c84eee52a23ac11c..975be5e2c7e9556b780f89aed38198f578f7f730 100644 (file)
@@ -24,7 +24,7 @@ BEGIN
             VALUE "InternalName", "InspIRCd"\r
             VALUE "LegalCopyright", "Copyright (c) 2014 InspIRCd Development Team"\r
             VALUE "OriginalFilename", "inspircd.exe"\r
-            VALUE "ProductName", "InspIRCd - The Inspire IRC Daemon"\r
+            VALUE "ProductName", "InspIRCd - Internet Relay Chat Daemon"\r
             VALUE "ProductVersion", "@FULL_VERSION@"\r
         END\r
     END\r