1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 05:36:34 +01:00

added tab autocomplete for "/status o" => "/status online"

This commit is contained in:
jlo
2015-03-17 14:25:15 -05:00
parent 6669d5632f
commit ce1ae1d7dc
4 changed files with 54 additions and 38 deletions

View File

@@ -1006,6 +1006,7 @@ void DnD_callback(const char* asdv, DropType dt)
int main(int argc, char *argv[])
{
parse_args(argc, argv);
if (arg_opts.encrypt_data && arg_opts.unencrypt_data) {