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

5 lines
64 B
Lua
Raw Normal View History

2016-09-05 04:05:17 +00:00
function logout()
bbs_display_ansi("goodbye");
return 1;
end