1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src/plugins
Michael Vetter 2ab9a306ab Fix /plugins reload error message
`/plugins reload non-existent-plugin` printed:
```
Failed to reload plugin: non-existent-plugin, `:^C
```

There were two mistakes:
error_message instead of error_message->str was passed to cons_show().

And in case of failing to unload the plugin due to not finding it in the
hash table it didn't print an error.

This bug was introduced in cc697de05.
2023-10-19 12:58:19 +02:00
..
api.c Change char->free to auto_char char for autocleanup 2023-07-11 13:26:37 +02:00
api.h Add plugin get_barejid_from_roster function 2021-04-29 13:50:57 -04:00
autocompleters.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
autocompleters.h Apply coding style 2020-07-07 14:18:57 +02:00
c_api.c g_free() to auto_gfree, introduce auto_guchar 2023-07-13 17:04:59 +02:00
c_api.h Apply coding style 2020-07-07 14:18:57 +02:00
c_plugins.c Change char->free to auto_char char for autocleanup 2023-07-11 13:26:37 +02:00
c_plugins.h Apply coding style 2020-07-07 14:18:57 +02:00
callbacks.c Cleanup g_strfreev() to auto_gcharv 2023-07-13 17:05:07 +02:00
callbacks.h Apply coding style 2020-07-07 14:18:57 +02:00
disco.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
disco.h Apply coding style 2020-07-07 14:18:57 +02:00
plugins.c Fix /plugins reload error message 2023-10-19 12:58:19 +02:00
plugins.h Apply coding style 2020-07-07 14:18:57 +02:00
profapi.c Format code with clang-format 16 2023-04-14 21:45:21 +02:00
profapi.h Format code with clang-format 16 2023-04-14 21:45:21 +02:00
python_api.c plugin: python: fix build for Python 3.11 2022-09-24 12:49:12 +07:00
python_api.h Apply coding style 2020-07-07 14:18:57 +02:00
python_plugins.c Change char->free to auto_char char for autocleanup 2023-07-11 13:26:37 +02:00
python_plugins.h Apply coding style 2020-07-07 14:18:57 +02:00
settings.c Introduce a shared implementation for keyfile loading 2023-09-04 09:59:09 +02:00
settings.h Apply coding style 2020-07-07 14:18:57 +02:00
themes.c Introduce a shared implementation for keyfile loading 2023-09-04 09:59:09 +02:00
themes.h Apply coding style 2020-07-07 14:18:57 +02:00