diff options
| author | 2009-09-02 00:48:39 +0000 | |
|---|---|---|
| committer | 2009-09-02 00:48:39 +0000 | |
| commit | 79f9faeec84fbcb704b45811b9851148ab1cb20b (patch) | |
| tree | 2e7ec71fd6f93244a6d739ca9ca318ed02fd06b7 /include | |
| parent | Use a set to mark client SSL ports rather than going by textual IP/port pairs (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')
| -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. |
