diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index f4a9b0fb6..f220e1692 100644 --- a/include/modules.h +++ b/include/modules.h @@ -480,6 +480,9 @@ class CoreExport Module : public Extensible */ InspIRCd* ServerInstance; public: + /** File that this module was loaded from + */ + std::string ModuleSourceFile; /** Default constructor. * Creates a module class. |