diff options
| author | 2006-08-10 23:36:53 +0000 | |
|---|---|---|
| committer | 2006-08-10 23:36:53 +0000 | |
| commit | 55e2180b4a5fb65faac05ce4956ab1e5515fa9e5 (patch) | |
| tree | fd844ab96f0c8133f7d8c7449d5cad352304d7b8 /src/modules/m_antibear.cpp | |
| parent | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. (diff) | |
Committing this as a rollback point - does not compile
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4860 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_antibear.cpp')
| -rw-r--r-- | src/modules/m_antibear.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_antibear.cpp b/src/modules/m_antibear.cpp index f322b0b9a..7a8437935 100644 --- a/src/modules/m_antibear.cpp +++ b/src/modules/m_antibear.cpp @@ -26,8 +26,7 @@ using namespace std; class ModuleAntiBear : public Module { private: - - Server *Srv; + public: ModuleAntiBear(InspIRCd* Me) : Module::Module(Me) { |
