From 88a7cd88718448ee083a5bf5b6a021aea24969f9 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 5 Jan 2008 14:04:27 +0000 Subject: Backport 8634, fix for bug #464 reported by John git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8635 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_taxonomy.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/modules/m_taxonomy.cpp') diff --git a/src/modules/m_taxonomy.cpp b/src/modules/m_taxonomy.cpp index c9621d431..240719fe3 100644 --- a/src/modules/m_taxonomy.cpp +++ b/src/modules/m_taxonomy.cpp @@ -38,8 +38,7 @@ class cmd_taxonomy : public command_t if (dest) { std::deque list; - list.clear(); - user->GetExtList(list); + dest->GetExtList(list); user->WriteServ("304 " + std::string(user->nick) + ":TAXONOMY ITEMS " + std::string(dest->nick) + " " +ConvToStr(list.size())); for (unsigned int j = 0; j < list.size(); j++) { -- cgit v1.3.1-10-gc9f91