summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Server/CommandsTable.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Server/CommandsTable.java b/src/Server/CommandsTable.java
index 6edac37..522e794 100644
--- a/src/Server/CommandsTable.java
+++ b/src/Server/CommandsTable.java
@@ -28,7 +28,6 @@ public class CommandsTable
}
command.run(client, args);
}
-
}
@@ -122,7 +121,6 @@ class CommandQuit extends Command
public void run(Client client, String args)
{
client.disconect();
-
}
}
@@ -145,4 +143,4 @@ class CommandPing extends Command
this.println(client , "PONG " + args + " :" + client.getHostname()); //FIXME: needed massge return
}
-} \ No newline at end of file
+}