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

Make functions that don't use this static.

This commit is contained in:
Sadie Powell
2024-02-27 10:40:23 +00:00
parent 73d4ac6de0
commit b5b3c74477
35 changed files with 61 additions and 61 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class MemoServCore final
{
Reference<BotInfo> MemoServ;
bool SendMemoMail(NickCore *nc, MemoInfo *mi, Memo *m)
static bool SendMemoMail(NickCore *nc, MemoInfo *mi, Memo *m)
{
Anope::string subject = Language::Translate(nc, Config->GetBlock("mail")->Get<const Anope::string>("memo_subject").c_str()),
message = Language::Translate(Config->GetBlock("mail")->Get<const Anope::string>("memo_message").c_str());