diff options
Diffstat (limited to 'src/modules/m_namesx.cpp')
| -rw-r--r-- | src/modules/m_namesx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_namesx.cpp b/src/modules/m_namesx.cpp index 7e5c2fe80..8d19d38cb 100644 --- a/src/modules/m_namesx.cpp +++ b/src/modules/m_namesx.cpp @@ -98,7 +98,7 @@ public: continue; } - auto chan = ServerInstance->Channels.Find(channel.substr(hashpos)); + auto* chan = ServerInstance->Channels.Find(channel.substr(hashpos)); if (!chan) { // Should never happen. |
