@@ -100,6 +100,7 @@ struct luadata *hooks_init(char *script)
void hooks_exit(struct luadata *ld, char *reason)
{
if (ld) {
l_function(ld->L, "otr_exit");
olog(LOG_NOTICE, "unloading Lua: %s", reason);
free(ld->script);
lua_close(ld->L);
The note is not visible to the blocked user.