aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_chanlog.cpp
diff options
context:
space:
mode:
authorGravatar aquanight2008-02-10 22:51:01 +0000
committerGravatar aquanight2008-02-10 22:51:01 +0000
commitf51d9ad5ab7015f78a29039ca7ed169b281ff6bb (patch)
treefc9bd52897dc9840b4838702cb3afde4c080a230 /src/modules/m_chanlog.cpp
parentBrainfart (diff)
downloadinspircd++-f51d9ad5ab7015f78a29039ca7ed169b281ff6bb.tar.gz
inspircd++-f51d9ad5ab7015f78a29039ca7ed169b281ff6bb.tar.bz2
inspircd++-f51d9ad5ab7015f78a29039ca7ed169b281ff6bb.zip
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/m_chanlog.cpp')
-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)