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

Function cmdHandler_Browser

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

Source from the content-addressed store, hash-verified

1079}
1080
1081void cmdHandler_Browser(const QStringList &params, MapClientSession &sess)
1082{
1083 QString content = params.join(" ");
1084 sendBrowser(sess, content);
1085}
1086
1087void cmdHandler_SendTimeUpdate(const QStringList &/*params*/, MapClientSession &sess)
1088{

Callers

nothing calls this directly

Calls 1

sendBrowserFunction · 0.85

Tested by

no test coverage detected