[m] Updated website URL

This commit is contained in:
Antz 2014-03-31 22:01:37 +01:00 committed by Antz
parent 7d722753d6
commit c01c2b4455
4 changed files with 16 additions and 27 deletions

View file

@ -1,5 +1,5 @@
--
-- Copyright (C) 2005-2012 MaNGOS <http://getmangos.com/>
-- Copyright (C) 2005-2014 MaNGOS <http://getmangos.eu/>
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by

View file

@ -1,5 +1,5 @@
--
-- Copyright (C) 2005-2012 MaNGOS <http://getmangos.com/>
-- Copyright (C) 2005-2014 MaNGOS <http://getmangos.eu/>
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by

View file

@ -1,5 +1,5 @@
--
-- Copyright (C) 2005-2012 MaNGOS <http://getmangos.com/>
-- Copyright (C) 2005-2014 MaNGOS <http://getmangos.eu/>
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by

View file

@ -14,6 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* World of Warcraft, and all World of Warcraft or Warcraft art, images,
* and lore are copyrighted by Blizzard Entertainment, Inc.
*/
/// \addtogroup mangosd Mangos Daemon
@ -179,30 +182,16 @@ extern int main(int argc, char** argv)
#endif
sLog.outString("%s [world-daemon]", _FULLVERSION(REVISION_DATE, REVISION_TIME, REVISION_NR, REVISION_ID));
sLog.outString("<Ctrl-C> to stop.");
sLog.outString("\n\n"
" #### #### ### ### ######## ####### ######## \n"
" ##### ##### #### ### ########## ######### ##########\n"
" ##### ##### ##### ### ########## ######### ##########\n"
" ###### ###### ##### ### ### #### #### ### \n"
" ###### ###### #### ###### ### ### ### ### ### \n"
" ####### ####### ###### ###### ### ### ##### ### ### ######## \n"
" ### ### ### ### ###### ####### ### ### ##### ### ### ######### \n"
" ### ### ### ### ### ### ### ### ### ### ##### ### ### #########\n"
" ### ####### ### ### ### ### ###### ### ### ### ### ####\n"
" ### ####### ### ### ### ### ###### ### ### ### ### ###\n"
" ### ##### ### ########## ### ##### ### #### #### #### ####\n"
" ### ##### ### ########## ### ##### ######### ######### ##########\n"
" ### ##### ### ### ### ### #### ######### ######### ######### \n"
" ### ### ### ### ### ### ### ####### ####### ####### \n"
"\n"
" ###### \n"
" Website: http://www.getmangos.co.uk ## ## ## ##### #### ####\n"
" ## ## ## ## ## ## ## \n"
" Wiki: http://github.com/mangoswiki/wiki ## ##### ##### #### ####\n"
" ## ## ## ## ## ## ## \n"
" Forum: http://community.getmangos.co.uk ## ## ## ## ## #### ####\n"
"\n\n");
sLog.outString("<Ctrl-C> to stop.\n"
" __ __ _ _ ___ ___ ___ \n"
" | \\/ |__ _| \\| |/ __|/ _ \\/ __| \n"
" | |\\/| / _` | .` | (_ | (_) \\__ \\ \n"
" |_| |_\\__,_|_|\\_|\\___|\\___/|___/ \n"
" _____ _ \n"
" For help and support please visit: |_ _| |_ _ _ ___ ___ \n"
" Website: https://getmangos.eu | | | ' \\| '_/ -_) -_) \n"
" Wiki: http://github.com/mangoswiki |_| |_||_|_| \\___\\___| \n"
);
sLog.outString("Using configuration file %s.", cfg_file);
DETAIL_LOG("%s (Library: %s)", OPENSSL_VERSION_TEXT, SSLeay_version(SSLEAY_VERSION));