diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-02 00:48:39 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-02 00:48:39 +0000 |
commit | 79f9faeec84fbcb704b45811b9851148ab1cb20b (patch) | |
tree | 2e7ec71fd6f93244a6d739ca9ca318ed02fd06b7 /include/modules.h | |
parent | 06e0d5c7f0f78c489090fe5f0c18a91e8cb41ae8 (diff) |
Record module source file in the Module object
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11630 e03df62e-2008-0410-955e-edbf42e46eb7
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. |