comparison finch/gntconv.c @ 16941:00c24829e243

Patch #751 from 'Dustin Howett' to change the output string from /debug version.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 08 May 2007 00:35:34 +0000
parents b799918b6cdc
children 1a336cfc410e
comparison
equal deleted inserted replaced
16940:955db6f31006 16941:00c24829e243
787 { 787 {
788 char *tmp, *markup; 788 char *tmp, *markup;
789 PurpleCmdStatus status; 789 PurpleCmdStatus status;
790 790
791 if (!g_ascii_strcasecmp(args[0], "version")) { 791 if (!g_ascii_strcasecmp(args[0], "version")) {
792 tmp = g_strdup_printf("me is using %s.", VERSION); 792 tmp = g_strdup_printf("me is using Finch v%s.", VERSION);
793 markup = g_markup_escape_text(tmp, -1); 793 markup = g_markup_escape_text(tmp, -1);
794 794
795 status = purple_cmd_do_command(conv, tmp, markup, error); 795 status = purple_cmd_do_command(conv, tmp, markup, error);
796 796
797 g_free(tmp); 797 g_free(tmp);