mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-01-22 17:52:15 +00:00
yay updates
This commit is contained in:
parent
3f9ad02ca1
commit
98f6f02993
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,9 @@ namespace ShiftOS.Main.Terminal.Commands
|
|||
|
||||
public override void Run(params string[] parameters)
|
||||
{
|
||||
WriteLine("Incoming connection...");
|
||||
Thread.Sleep(2000);
|
||||
var r = new Random();
|
||||
WriteLine($"Incoming connection from {r.Next(0, 256)}.{r.Next(0, 256)}.{r.Next(0, 256)}.{r.Next(0, 256)}...");
|
||||
Task.Delay(2000);
|
||||
WriteLine("User set alias as \"DevX\".");
|
||||
Thread.Sleep(2000);
|
||||
WriteLine("User <DevX> has connected successfully!");
|
||||
|
|
Loading…
Reference in a new issue