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:
@@ -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]));
|
||||
|
||||
Reference in New Issue
Block a user