|
|
|
@ -1,24 +1,24 @@
|
|
|
|
|
/** |
|
|
|
|
* This is the AcediaAdmin feature, whose main purpose is to register commands |
|
|
|
|
* This is the Futility feature, whose main purpose is to register commands |
|
|
|
|
* from its package. |
|
|
|
|
* Copyright 2021 Anton Tarasenko |
|
|
|
|
*------------------------------------------------------------------------------ |
|
|
|
|
* This file is part of Acedia. |
|
|
|
|
* This file is part of Futility. |
|
|
|
|
* |
|
|
|
|
* Acedia is free software: you can redistribute it and/or modify |
|
|
|
|
* Futility is free software: you can redistribute it and/or modify |
|
|
|
|
* it under the terms of the GNU General Public License as published by |
|
|
|
|
* the Free Software Foundation, version 3 of the License, or |
|
|
|
|
* (at your option) any later version. |
|
|
|
|
* |
|
|
|
|
* Acedia is distributed in the hope that it will be useful, |
|
|
|
|
* Futility is distributed in the hope that it will be useful, |
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
|
* GNU General Public License for more details. |
|
|
|
|
* |
|
|
|
|
* You should have received a copy of the GNU General Public License |
|
|
|
|
* along with Acedia. If not, see <https://www.gnu.org/licenses/>. |
|
|
|
|
* along with Futility. If not, see <https://www.gnu.org/licenses/>. |
|
|
|
|
*/ |
|
|
|
|
class AcediaAdmin_Feature extends Feature; |
|
|
|
|
class Futility_Feature extends Feature; |
|
|
|
|
|
|
|
|
|
var LoggerAPI.Definition errNoCommandsFeature; |
|
|
|
|
|
|
|
|
@ -56,6 +56,6 @@ protected function OnDisabled()
|
|
|
|
|
|
|
|
|
|
defaultproperties |
|
|
|
|
{ |
|
|
|
|
configClass = class'AcediaAdmin' |
|
|
|
|
errNoCommandsFeature = (l=LOG_Error,m="`Commands_Feature` is not detected, \"AcediaAdmin\" will not be able to provide its functionality.") |
|
|
|
|
configClass = class'Futility' |
|
|
|
|
errNoCommandsFeature = (l=LOG_Error,m="`Commands_Feature` is not detected, \"Futility\" will not be able to provide its functionality.") |
|
|
|
|
} |