diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-01 21:41:52 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-01 21:41:52 +0000 |
commit | 75d9c67804196c2e4059f3ff89f2ed5ee79a175f (patch) | |
tree | e5275c998f06bbe13e198c7a42b2cfc917be5e4f /include/inspircd.h | |
parent | 6e6846b68a28d858275702e6662e79328e62c60e (diff) |
Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11791 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index a5e40102a..b80bba7ab 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -933,7 +933,7 @@ class CommandModule : public Module Version GetVersion() { - return Version(cmd.command, VF_VENDOR); + return Version(cmd.command, VF_VENDOR|VF_CORE); } }; |