aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3_msgid.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-02-28 16:32:27 +0000
committerGravatar Sadie Powell2023-02-28 16:32:27 +0000
commit166a47ac68ab571ca1aacaaf8c0edfff26f8d59e (patch)
tree8547b7d9652b66cd51425b6c9474f4148db489b1 /src/modules/m_ircv3_msgid.cpp
parentRemove an unnecessary function call in the pbkdf2 module. (diff)
Remove GetSID, rename sid to ServerId.
Diffstat (limited to 'src/modules/m_ircv3_msgid.cpp')
-rw-r--r--src/modules/m_ircv3_msgid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ircv3_msgid.cpp b/src/modules/m_ircv3_msgid.cpp
index 3e08d5e4a..96c6b2f47 100644
--- a/src/modules/m_ircv3_msgid.cpp
+++ b/src/modules/m_ircv3_msgid.cpp
@@ -47,7 +47,7 @@ class MsgIdGenerator final
public:
MsgIdGenerator()
- : strid(INSP_FORMAT("{}~{}~", ServerInstance->Config->GetSID(), ServerInstance->startup_time))
+ : strid(INSP_FORMAT("{}~{}~", ServerInstance->Config->ServerId, ServerInstance->startup_time))
, baselen(strid.length())
{
}