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

Function cmdHandler_Dialog

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

Source from the content-addressed store, hash-verified

368}
369
370void cmdHandler_Dialog(const QStringList &params, MapClientSession &sess)
371{
372 sess.addCommandToSendNextUpdate(std::make_unique<StandardDialogCmd>(params.join(" ")));
373}
374
375void cmdHandler_InfoMessage(const QStringList &params, MapClientSession &sess)
376{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected