diff options
| author | 2005-12-26 18:51:03 +0000 | |
|---|---|---|
| committer | 2005-12-26 18:51:03 +0000 | |
| commit | 47c39f64a962d1875092b4ea31b16d93a1662734 (patch) | |
| tree | 51c2f11a89acf3a3faefe22ab00d8edb7eda1462 /src/modules/m_knock.cpp | |
| parent | And more (diff) | |
More conversions to 'Implements'
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2661 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_knock.cpp')
| -rw-r--r-- | src/modules/m_knock.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/m_knock.cpp b/src/modules/m_knock.cpp index 7948dc0db..8b9fd5ed5 100644 --- a/src/modules/m_knock.cpp +++ b/src/modules/m_knock.cpp @@ -78,6 +78,11 @@ class ModuleKnock : public Module Srv->AddCommand(mycommand); } + void Implements(char* List) + { + List[I_On005Numeric] = List[I_OnExtendedMode] = 1; + } + virtual void On005Numeric(std::string &output) { std::stringstream line(output); |
