From 51a377d4dec9f3f50a9d54eaa1bf81bb38b4a6b1 Mon Sep 17 00:00:00 2001 From: peavey Date: Sat, 21 Jul 2007 13:19:46 +0000 Subject: le cleanup git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7484 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_customtitle.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules') diff --git a/src/modules/m_customtitle.cpp b/src/modules/m_customtitle.cpp index 6e6de8da9..57b525e42 100644 --- a/src/modules/m_customtitle.cpp +++ b/src/modules/m_customtitle.cpp @@ -79,8 +79,6 @@ bool OneOfMatches(const char* host, const char* ip, const char* hostlist) text = new std::string(title); user->Extend("ctitle", text); -// METADATA peavey ctitle :Official Chat Helper - std::deque* metadata = new std::deque; metadata->push_back(user->nick); metadata->push_back("ctitle"); // The metadata id -- cgit v1.2.3