1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2026-07-25 03:24:09 -04:00

xlxd 2.2.1

* auto-reload of deride DB
* interlink protocol v2.0
This commit is contained in:
LX3JL
2018-01-12 09:30:59 +01:00
parent ed24a5b8cb
commit 32a437c138
29 changed files with 1072 additions and 298 deletions
+3
View File
@@ -94,6 +94,9 @@ int main(int argc, const char * argv[])
return 1;
}
// splash
std::cout << "Starting xlxd " << VERSION_MAJOR << "." << VERSION_MINOR << "." << VERSION_REVISION << std::endl << std::endl;
// initialize reflector
g_Reflector.SetCallsign(argv[1]);
g_Reflector.SetListenIp(CIp(argv[2]));