From 79f9faeec84fbcb704b45811b9851148ab1cb20b Mon Sep 17 00:00:00 2001 From: danieldg Date: Wed, 2 Sep 2009 00:48:39 +0000 Subject: Record module source file in the Module object git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11630 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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. -- cgit v1.2.3