| 420 } |
420 } |
| 421 |
421 |
| 422 return PURPLE_CMD_RET_OK; |
422 return PURPLE_CMD_RET_OK; |
| 423 } else { |
423 } else { |
| 424 purple_conversation_write_system_message(conv, |
424 purple_conversation_write_system_message(conv, |
| 425 _("Supported debug options are: plugins version unsafe verbose"), |
425 _("Supported debug options are: plugins, version, unsafe, verbose"), |
| 426 PURPLE_MESSAGE_NO_LOG); |
426 PURPLE_MESSAGE_NO_LOG); |
| 427 return PURPLE_CMD_RET_OK; |
427 return PURPLE_CMD_RET_OK; |
| 428 } |
428 } |
| 429 |
429 |
| 430 markup = g_markup_escape_text(tmp, -1); |
430 markup = g_markup_escape_text(tmp, -1); |