| 368 | } |
| 369 | |
| 370 | void cmdHandler_Dialog(const QStringList ¶ms, MapClientSession &sess) |
| 371 | { |
| 372 | sess.addCommandToSendNextUpdate(std::make_unique<StandardDialogCmd>(params.join(" "))); |
| 373 | } |
| 374 | |
| 375 | void cmdHandler_InfoMessage(const QStringList ¶ms, MapClientSession &sess) |
| 376 | { |
nothing calls this directly
no test coverage detected