We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d407d94 commit 2e28773Copy full SHA for 2e28773
1 file changed
src/modules/m_profileLink.cpp
@@ -74,7 +74,7 @@ class ModuleProfileLink final
74
// Construct the profile URL using the user's account name.
75
const std::string profileUrl = profileBaseUrl + *account;
76
// Send the profile URL in the WHOIS response.
77
- whois.SendLine(RPL_WHOISPROFILE, "*", "Profil: " + profileUrl);
+ whois.SendLine(RPL_WHOISPROFILE, "*", "Profile: " + profileUrl);
78
}
79
else
80
{
0 commit comments