mirror of
https://github.com/anope/anope.git
synced 2026-06-30 06:16:38 +02:00
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ bool Mail::Send(User *u, NickCore *nc, BotInfo *service, const Anope::string &su
|
||||
return false;
|
||||
|
||||
Configuration::Block *b = Config->GetBlock("mail");
|
||||
|
||||
|
||||
if (!u)
|
||||
{
|
||||
if (!b->Get<bool>("usemail") || b->Get<const Anope::string>("sendfrom").empty())
|
||||
|
||||
Reference in New Issue
Block a user