Replace killme() by exit()

This commit is contained in:
Hypolite Petovan 2018-12-26 00:39:53 -05:00
parent 9845edb8d9
commit aa5fbb4994
7 changed files with 19 additions and 19 deletions

View file

@ -243,5 +243,5 @@ function blockem_init(App $a)
PConfig::set(local_user(), 'blockem', 'words', $words);
info(L10n::t('blockem settings updated') . EOL);
killme();
exit();
}