from_config property

bool from_config
final

True when an operator configured this bot, rather than it registering itself. Only a configured bot may claim a privileged command name. A bot that registered itself has those names stripped, so it cannot shadow oper or identify.

Implementation

final bool from_config;