1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 15:53:13 +02:00

moved FindMessage() into the Anope class

This commit is contained in:
DukePyrolator
2010-06-22 22:06:23 +02:00
parent 7e872db956
commit 959a1a69a5
4 changed files with 29 additions and 23 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ void process(const std::string &buffer)
}
/* Do something with the message. */
std::vector<Message *> messages = FindMessage(cmd);
std::vector<Message *> messages = Anope::FindMessage(cmd);
if (!messages.empty())
{