mirror of
https://github.com/anope/anope.git
synced 2026-06-26 21:16:39 +02:00
Reworked live SQL support yet again
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ void MailThread::Run()
|
||||
SetExitState();
|
||||
}
|
||||
|
||||
bool Mail(User *u, NickCore *nc, BotInfo *service, const Anope::string &subject, const Anope::string &message)
|
||||
bool Mail(User *u, NickCore *nc, const BotInfo *service, const Anope::string &subject, const Anope::string &message)
|
||||
{
|
||||
if (!u || !nc || !service || subject.empty() || message.empty())
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user