X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_sasl.cpp;h=08f1363741fa8ab4e3509d68dfb8428b87de6fd7;hb=f25c4b7a2263f5f3ce9bb41ba56b43c0d3a6d124;hp=b205f91c1d334fc00117bb8cb470dd26828add09;hpb=6e85701ecb09604f2c87010683638ec0446cc515;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_sasl.cpp b/src/modules/m_sasl.cpp index b205f91c1..08f136374 100644 --- a/src/modules/m_sasl.cpp +++ b/src/modules/m_sasl.cpp @@ -272,7 +272,7 @@ class ModuleSASL : public Module std::string* str = NULL; if (user->GetExt("accountname", str)) - ServerInstance->PI->SendMetaData(user, TYPE_USER, "accountname", *str); + ServerInstance->PI->SendMetaData(user, "accountname", *str); return; }