X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoresession.cpp;h=41bf2d6f5ed43fb675be5fb5bf35a517f5b0fa00;hb=8697a21faab21ae23646f559cba9a85bd95b2ad7;hp=a2583e0c5675920bf85d742a129e2d57f4c9a574;hpb=16f22647e6890d3eb8c3e94f7a0700e12fa29e44;p=quassel.git diff --git a/src/core/coresession.cpp b/src/core/coresession.cpp index a2583e0c..41bf2d6f 100644 --- a/src/core/coresession.cpp +++ b/src/core/coresession.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -508,6 +508,9 @@ void CoreSession::createIdentity(const Identity &identity, const QVariantMap &ad createIdentity(coreIdentity); } +const QString CoreSession::strictSysident() { + return Core::instance()->strictSysident(_user); +} void CoreSession::createIdentity(const CoreIdentity &identity) {