mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-19 21:17:43 +00:00
added evaluation of the allowed commands when executing help
added a note that a few commands are only available within a mod mail thread
This commit is contained in:
@@ -27,7 +27,7 @@ public class DurationMethod implements TemplateMethodModelEx {
|
||||
* otherwise
|
||||
* @param arguments The parameters passed to this method, should be only a single duration.
|
||||
* @return The string representation of the {@link Duration} object
|
||||
* @throws TemplateModelException
|
||||
* @throws TemplateModelException In case the amount of parameters is not correct, or the first object was not a {@link Duration}
|
||||
*/
|
||||
@Override
|
||||
public Object exec(List arguments) throws TemplateModelException {
|
||||
|
||||
Reference in New Issue
Block a user