1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 10:26:38 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2023-07-11 12:28:51 +01:00
12 changed files with 47 additions and 16 deletions
+3
View File
@@ -640,6 +640,9 @@ Block *Conf::GetModule(const Anope::string &mname)
}
}
if (!block)
block = &Block::EmptyBlock;
return GetModule(mname);
}