diff options
| author | 2007-07-21 13:19:46 +0000 | |
|---|---|---|
| committer | 2007-07-21 13:19:46 +0000 | |
| commit | 51a377d4dec9f3f50a9d54eaa1bf81bb38b4a6b1 (patch) | |
| tree | 1d86fe9302ef7ed5544c6e689601e4c32495ce59 /src/modules/m_customtitle.cpp | |
| parent | push metadata out on title-up (diff) | |
| download | inspircd++-51a377d4dec9f3f50a9d54eaa1bf81bb38b4a6b1.tar.gz inspircd++-51a377d4dec9f3f50a9d54eaa1bf81bb38b4a6b1.tar.bz2 inspircd++-51a377d4dec9f3f50a9d54eaa1bf81bb38b4a6b1.zip | |
le cleanup
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7484 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_customtitle.cpp')
| -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 |
