summaryrefslogtreecommitdiff
path: root/src/modules/m_timedbans.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-16 08:41:06 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-16 08:41:06 +0000
commit57b6e22c08b6afb9497df986a4bd686df3b3c5b8 (patch)
tree7963ddbb126a19405734d062f7b37f345c99dc02 /src/modules/m_timedbans.cpp
parent2d04877100a3480cc2307939d1d32d568fe78dab (diff)
Tweak: Setting server pointer isnt required
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4920 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_timedbans.cpp')
-rw-r--r--src/modules/m_timedbans.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp
index faeb3e6ba..bb1db4f63 100644
--- a/src/modules/m_timedbans.cpp
+++ b/src/modules/m_timedbans.cpp
@@ -176,7 +176,6 @@ class ModuleTimedBans : public Module
// falls into the abyss :p
userrec* temp = new userrec(ServerInstance);
temp->fd = FD_MAGIC_NUMBER;
- temp->server = "";
ServerInstance->SendMode(setban,3,temp);
/* FIX: Send mode remotely*/
std::deque<std::string> n;