diff -r 91dc9acb03ed -r 60c237bb677a org/sonews/daemon/command/PostCommand.java --- a/org/sonews/daemon/command/PostCommand.java Fri Aug 21 17:40:54 2009 +0200 +++ b/org/sonews/daemon/command/PostCommand.java Sat May 01 18:51:57 2010 +0200 @@ -71,6 +71,12 @@ } @Override + public String impliedCapability() + { + return null; + } + + @Override public boolean isStateful() { return true;