| 1550 | } |
| 1551 | |
| 1552 | void 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 | |
| 1560 | void cmdHandler_MOTD(const QStringList &/*params*/, MapClientSession &sess) |
| 1561 | { |
nothing calls this directly
no test coverage detected