From d85e091d508de8749d624e755c45b4d302b79db0 Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 28 Mar 2008 15:01:34 +0000 Subject: [PATCH] Wrong place probably git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9200 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_swhois.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/m_swhois.cpp b/src/modules/m_swhois.cpp index db5d60cd7..8276f610f 100644 --- a/src/modules/m_swhois.cpp +++ b/src/modules/m_swhois.cpp @@ -208,11 +208,11 @@ class ModuleSWhois : public Module { user->Shrink("swhois"); delete text; - - if (extdata.empty()) - return; // XXX does the command parser even allow sending blank mdata? it needs to here! -- w00t } + if (extdata.empty()) + return; // XXX does the command parser even allow sending blank mdata? it needs to here! -- w00t + text2 = new std::string(extdata); dest->Extend("swhois", text); } -- 2.39.5