diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-21 13:19:46 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-21 13:19:46 +0000 |
commit | 51a377d4dec9f3f50a9d54eaa1bf81bb38b4a6b1 (patch) | |
tree | 1d86fe9302ef7ed5544c6e689601e4c32495ce59 /src | |
parent | 1662db204d106761317bf347e87cc1d1a1ec8e0f (diff) |
le cleanup
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7484 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_customtitle.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<std::string>* metadata = new std::deque<std::string>; metadata->push_back(user->nick); metadata->push_back("ctitle"); // The metadata id |