diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-07 17:59:33 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-07 17:59:33 +0000 |
commit | ec7fc489a14af54738da17a94b162a9606df4756 (patch) | |
tree | 6ea2da2cacdf919581ad20ca4ce40e94cc02235b /src/modules/m_botmode.cpp | |
parent | 9fc9227cf51585dd2e44c2fcd0014c8da8f8739f (diff) |
Tons of module versionflags stuff, and checks for it in /UNLOADMODULE
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1001 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_botmode.cpp')
-rw-r--r-- | src/modules/m_botmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index b88c7307e..f53f8beda 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -45,7 +45,7 @@ class ModuleBotMode : public Module virtual Version GetVersion() { - return Version(1,0,0,0,VF_STATIC); + return Version(1,0,0,0,VF_STATIC|VF_VENDOR); } virtual int OnExtendedMode(userrec* user, void* target, char modechar, int type, bool mode_on, string_list ¶ms) |