aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_satopic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_satopic.cpp')
-rw-r--r--src/modules/m_satopic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_satopic.cpp b/src/modules/m_satopic.cpp
index 233524c01..a52a784d3 100644
--- a/src/modules/m_satopic.cpp
+++ b/src/modules/m_satopic.cpp
@@ -53,7 +53,7 @@ public:
return CmdResult::SUCCESS;
}
- target->SetTopic(user, newTopic, ServerInstance->Time(), NULL);
+ target->SetTopic(user, newTopic, ServerInstance->Time(), nullptr);
ServerInstance->SNO.WriteGlobalSno('a', user->nick + " used SATOPIC on " + target->name + ", new topic: " + newTopic);
return CmdResult::SUCCESS;