@@ -14,12 +14,12 @@
int main(int argc, char **argv)
{
if (argc != 2)
if (argc != 3)
std::cout << "Port is needed" << std::endl;
return (1);
}
Server sv(atoi(argv[1]));
Server sv(atoi(argv[1]), argv[2]);
sv.run();
The note is not visible to the blocked user.