This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
magicka/dist/scripts/logout_stanza.lua
2018-01-18 19:26:45 +10:00

5 lines
64 B
Lua

function logout()
bbs_display_ansi("goodbye");
return 1;
end