Added autocomplete for /software command

This commit is contained in:
James Booth
2013-02-17 02:10:56 +00:00
parent 44d2f8da7a
commit bced3d4b36
11 changed files with 163 additions and 1 deletions

View File

@@ -391,6 +391,14 @@ 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)
{
cons_show_software_version(jid, name, version, os);
win_current_page_off();
}
/*
* Take a line of input and process it, return TRUE if profanity is to
* continue, FALSE otherwise