summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authoraquanight <aquanight@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-10 22:51:01 +0000
committeraquanight <aquanight@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-10 22:51:01 +0000
commitf51d9ad5ab7015f78a29039ca7ed169b281ff6bb (patch)
treefc9bd52897dc9840b4838702cb3afde4c080a230 /src/modules
parent7baae92cc9ac9d81b995e5fdf091dd5e9cef50ec (diff)
Fix m_chanlog crashing.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8887 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_chanlog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_chanlog.cpp b/src/modules/m_chanlog.cpp
index f1553ccea..0a189be7f 100644
--- a/src/modules/m_chanlog.cpp
+++ b/src/modules/m_chanlog.cpp
@@ -42,7 +42,6 @@ class ChannelLogStream : public LogStream
class ModuleChanLog : public Module
{
private:
- InspIRCd *ServerInstance;
ChannelLogStream *l;
public:
ModuleChanLog(InspIRCd* Me) : Module(Me)