mirror of
https://github.com/anope/anope.git
synced 2026-07-02 02:46:39 +02:00
Use a set instead of a vector for storing memo ignores.
This commit is contained in:
@@ -1247,7 +1247,7 @@ private:
|
||||
return false;
|
||||
}
|
||||
|
||||
nc->memos.ignores.push_back(ignored);
|
||||
nc->memos.ignores.insert(ignored);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user