diff options
author | Adam <Adam@anope.org> | 2011-12-12 15:26:59 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-12-12 15:26:59 -0500 |
commit | 255a8da347298133965247156edb1693aa40bc21 (patch) | |
tree | 6bfe4bf97b5c81c22ec23d5c1cc71e8ac75d360c /include/opertype.h | |
parent | 4211dcf6f9ad2d117edcc0d1dfe210170dfd0cec (diff) |
Added oper:require_oper configuration option
Diffstat (limited to 'include/opertype.h')
-rw-r--r-- | include/opertype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opertype.h b/include/opertype.h index 962d67c79..d9c1ce0f6 100644 --- a/include/opertype.h +++ b/include/opertype.h @@ -16,6 +16,7 @@ struct CoreExport Oper { Anope::string name; OperType *ot; + bool require_oper; Anope::string password; Anope::string certfp; bool config; |