| 1079 | } |
| 1080 | |
| 1081 | void cmdHandler_Browser(const QStringList ¶ms, MapClientSession &sess) |
| 1082 | { |
| 1083 | QString content = params.join(" "); |
| 1084 | sendBrowser(sess, content); |
| 1085 | } |
| 1086 | |
| 1087 | void cmdHandler_SendTimeUpdate(const QStringList &/*params*/, MapClientSession &sess) |
| 1088 | { |
nothing calls this directly
no test coverage detected