]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_check.cpp
Add support for hashed WebIRC passwords to m_cgiirc.
[user/henk/code/inspircd.git] / src / modules / m_check.cpp
index f4123466e14b3db54db964f711bdde04744752be..2cb45ad435cef3ceb688c0010f4ab8371dc82736 100644 (file)
@@ -169,7 +169,7 @@ class CommandCheck : public Command
                        context.Write("nuh", targuser->GetFullHost());
                        context.Write("realnuh", targuser->GetFullRealHost());
                        context.Write("realname", targuser->fullname);
-                       context.Write("modes", std::string("+") + targuser->FormatModes());
+                       context.Write("modes", targuser->GetModeLetters());
                        context.Write("snomasks", GetSnomasks(targuser));
                        context.Write("server", targuser->server->GetName());
                        context.Write("uid", targuser->uuid);