mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 21:56:21 +00:00
Added autocomplete for /software command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user