NodeServer.social

Gets the server's social informations like website and social networks' names.

class NodeServer
shared pure nothrow @property @safe @nogc const
social
()

Examples

if(server.social.facebook.length) {
   world.broadcast("Follow us on facebook! facebook.com/" ~ server.social.facebook);
}

Meta