diff options
| author | 2007-08-03 21:22:10 +0000 | |
|---|---|---|
| committer | 2007-08-03 21:22:10 +0000 | |
| commit | 31e2d052252c4113ae9ea63844f60df7759a03be (patch) | |
| tree | 65a54f979ef8e40e16cf3e42d6d19f9f0896ce3e /src/modules/m_remove.cpp | |
| parent | There was a missing colon on remote numeric 376. Spotted by Hal9000 of Denora. (diff) | |
Add VF_COMMON to a lot modules which require it. Reported by danielg in bug #369 and bug #370. Thanks, and sorry for the delay. Also fix one or two erroneous CMD_FAILURE that are more understandable as CMD_LOCALONLY. :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7641 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_remove.cpp')
| -rw-r--r-- | src/modules/m_remove.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp index d28087ba8..fcd6ae958 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -280,7 +280,7 @@ class ModuleRemove : public Module virtual Version GetVersion() { - return Version(1,1,1,0,VF_VENDOR,API_VERSION); + return Version(1, 1, 1, 0, VF_COMMON | VF_VENDOR, API_VERSION); } }; |
