MCPcopy Create free account
hub / github.com/Segs/Segs / cmdHandler_LFG

Function cmdHandler_LFG

Projects/CoX/Servers/MapServer/SlashCommand.cpp:1552–1558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1550}
1551
1552void cmdHandler_LFG(const QStringList &/*params*/, MapClientSession &sess)
1553{
1554 toggleLFG(*sess.m_ent);
1555 QString msg = "Toggling LFG";
1556 qCDebug(logSlashCommand) << msg;
1557 sendInfoMessage(MessageChannel::SERVER, msg, sess);
1558}
1559
1560void cmdHandler_MOTD(const QStringList &/*params*/, MapClientSession &sess)
1561{

Callers

nothing calls this directly

Calls 2

toggleLFGFunction · 0.85
sendInfoMessageFunction · 0.85

Tested by

no test coverage detected