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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user