| 458 | } |
| 459 | |
| 460 | int |
| 461 | dobugreport(void) |
| 462 | { |
| 463 | if (!submit_web_report(2, NULL, "#bugreport command")) { |
| 464 | pline("Unable to send bug report. Please visit %s instead.", |
| 465 | (sysopt.crashreporturl && *sysopt.crashreporturl) |
| 466 | ? sysopt.crashreporturl |
| 467 | : DEVTEAM_URL |
| 468 | ); |
| 469 | } |
| 470 | return ECMD_OK; |
| 471 | } |
| 472 | |
| 473 | #undef SWR_ADD |
| 474 | #undef SWR_ADD_URIcoded |
nothing calls this directly
no test coverage detected