aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ojoin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_ojoin.cpp')
-rw-r--r--src/modules/m_ojoin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ojoin.cpp b/src/modules/m_ojoin.cpp
index 7b28bff3f..12b0b306e 100644
--- a/src/modules/m_ojoin.cpp
+++ b/src/modules/m_ojoin.cpp
@@ -76,7 +76,7 @@ public:
changelist.push_add(npmh, user->nick);
if (op && opmode)
changelist.push_add(*opmode, user->nick);
- ServerInstance->Modes.Process(ServerInstance->FakeClient, channel, NULL, changelist);
+ ServerInstance->Modes.Process(ServerInstance->FakeClient, channel, nullptr, changelist);
}
return CmdResult::SUCCESS;
}