1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 03:16:37 +02:00

fixed typo in the last commit

This commit is contained in:
DukePyrolator
2014-09-14 11:12:54 +02:00
parent 8e7b742ec7
commit 4c2bf72cb6
+1 -1
View File
@@ -439,7 +439,7 @@ class OSDefcon : public Module
EventReturn OnPreCommand(CommandSource &source, Command *command, std::vector<Anope::string> &params) anope_override
{
if (Config.Check(DEFCON_OPER_ONLY) && !source.IsOper())
if (DConfig.Check(DEFCON_OPER_ONLY) && !source.IsOper())
{
source.Reply(_("Services are in DefCon mode, please try again later."));
return EVENT_STOP;