Colour title on /caps and /software output

This commit is contained in:
James Booth
2013-02-17 16:39:37 +00:00
parent 91289b8d8d
commit e955df8894
8 changed files with 130 additions and 65 deletions

View File

@@ -394,10 +394,10 @@ prof_handle_activity(void)
}
void
prof_handle_version_result(const char * const jid, const char * const name,
const char * const version, const char * const os)
prof_handle_version_result(const char * const jid, const char * const presence,
const char * const name, const char * const version, const char * const os)
{
cons_show_software_version(jid, name, version, os);
cons_show_software_version(jid, presence, name, version, os);
win_current_page_off();
}