From 371b1d7ef0e17f8550e9b2379bed563969e41c04 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 5 Jan 2008 14:03:44 +0000 Subject: Fix for bug #464, thanks John git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8634 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_taxonomy.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/modules/m_taxonomy.cpp b/src/modules/m_taxonomy.cpp index ca88d1c4a..0790949a8 100644 --- a/src/modules/m_taxonomy.cpp +++ b/src/modules/m_taxonomy.cpp @@ -35,8 +35,7 @@ class CommandTaxonomy : public Command 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.2.3