1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 12:03:12 +02:00

Make it clear that an ignore list is for memos in ms_ignore.

Closes #484.
This commit is contained in:
Sadie Powell
2025-03-19 09:55:32 +00:00
parent 1641f6415a
commit 1fc2642034
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ public:
list.AddEntry(entry);
}
source.Reply(_("Ignore list:"));
source.Reply(_("Memo ignore list:"));
std::vector<Anope::string> replies;
list.Process(replies);