| 351 str = g_string_append(str, "(none)"); |
351 str = g_string_append(str, "(none)"); |
| 352 } |
352 } |
| 353 |
353 |
| 354 tmp = g_string_free(str, FALSE); |
354 tmp = g_string_free(str, FALSE); |
| 355 } else { |
355 } else { |
| 356 purple_conversation_write(conv, NULL, _("Supported debug options are: plugins version"), |
356 purple_conversation_write(conv, NULL, _("Supported debug options are: plugins, version"), |
| 357 PURPLE_MESSAGE_NO_LOG|PURPLE_MESSAGE_ERROR, time(NULL)); |
357 PURPLE_MESSAGE_NO_LOG|PURPLE_MESSAGE_ERROR, time(NULL)); |
| 358 return PURPLE_CMD_RET_OK; |
358 return PURPLE_CMD_RET_OK; |
| 359 } |
359 } |
| 360 |
360 |
| 361 markup = g_markup_escape_text(tmp, -1); |
361 markup = g_markup_escape_text(tmp, -1); |