Skip to content

Commit

Permalink
plugins/chanbackup: PLUGIN_RESTARTABLE to PLUGIN_STATIC...
Browse files Browse the repository at this point in the history
  • Loading branch information
adi2011 authored and endothermicdev committed Feb 8, 2023
1 parent 709ff01 commit 93d03bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/chanbackup.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ static const struct plugin_command commands[] = { {
int main(int argc, char *argv[])
{
setup_locale();
plugin_main(argv, init, PLUGIN_RESTARTABLE, true, NULL,
plugin_main(argv, init, PLUGIN_STATIC, true, NULL,
commands, ARRAY_SIZE(commands),
notifs, ARRAY_SIZE(notifs), NULL, 0,
NULL, 0, /* Notification topics we publish */
Expand Down

0 comments on commit 93d03bf

Please sign in to comment.