org/sonews/daemon/command/XDaemonCommand.java
changeset 21 4b2c8bedb094
parent 20 6ae5e4f8329b
child 23 e4345a26f81f
     1.1 --- a/org/sonews/daemon/command/XDaemonCommand.java	Mon Aug 24 13:00:05 2009 +0200
     1.2 +++ b/org/sonews/daemon/command/XDaemonCommand.java	Mon Aug 24 14:40:37 2009 +0200
     1.3 @@ -237,6 +237,10 @@
     1.4            conn.println("401 unknown sub command");
     1.5          }
     1.6        }
     1.7 +      else if(commands.length >= 3 && commands[1].equalsIgnoreCase("PLUGIN"))
     1.8 +      {
     1.9 +        
    1.10 +      }
    1.11        else
    1.12        {
    1.13          conn.println("400 invalid command usage");