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/scripts_examples/logout_stanza.lua
2017-04-12 22:34:08 +10:00

5 lines
64 B
Lua

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