diff options
Diffstat (limited to 'src/modules/m_channames.cpp')
| -rw-r--r-- | src/modules/m_channames.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_channames.cpp b/src/modules/m_channames.cpp index 931af03b9..7e88ee38a 100644 --- a/src/modules/m_channames.cpp +++ b/src/modules/m_channames.cpp @@ -79,7 +79,7 @@ public: { removepermchan.clear(); removepermchan.push_remove(*permchannelmode); - ServerInstance->Modes.Process(ServerInstance->FakeClient, c, NULL, removepermchan); + ServerInstance->Modes.Process(ServerInstance->FakeClient, c, nullptr, removepermchan); } Channel::MemberMap& users = c->userlist; |
