summaryrefslogtreecommitdiff
path: root/src/modules/m_swhois.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_swhois.cpp')
-rw-r--r--src/modules/m_swhois.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_swhois.cpp b/src/modules/m_swhois.cpp
index b561a9660..2b7e58413 100644
--- a/src/modules/m_swhois.cpp
+++ b/src/modules/m_swhois.cpp
@@ -66,7 +66,7 @@ class cmd_swhois : public command_t
}
text = new std::string(line);
- dest->Extend("swhois", (char*)text);
+ dest->Extend("swhois", text);
}
}
};