From af7203afff555daae7c0b5b060405e25e2da6f24 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 5 Dec 2006 21:54:08 +0000 Subject: Add VF_SERVICEPROVIDER flag to these git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5878 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_sha256.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_sha256.cpp') diff --git a/src/modules/m_sha256.cpp b/src/modules/m_sha256.cpp index d4be6a6a8..9c8ae38d0 100644 --- a/src/modules/m_sha256.cpp +++ b/src/modules/m_sha256.cpp @@ -293,7 +293,7 @@ class ModuleSHA256 : public Module virtual Version GetVersion() { - return Version(1, 1, 0, 1, VF_VENDOR, API_VERSION); + return Version(1, 1, 0, 1, VF_VENDOR|VF_SERVICEPROVIDER, API_VERSION); } }; -- cgit v1.2.3