throw errors if you try to update expiration times, as this isn't implemented yet
This commit is contained in:
parent
0a0c64d240
commit
c5ca82f0e1
@ -70,7 +70,7 @@ commands.RESET_OWNERS = function (meta, args) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
commands.UPDATE_EXPIRATION = function () {
|
commands.UPDATE_EXPIRATION = function () {
|
||||||
|
throw new Error("E_NOT_IMPLEMENTED");
|
||||||
};
|
};
|
||||||
|
|
||||||
var handleCommand = function (meta, line) {
|
var handleCommand = function (meta, line) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user