This website requires JavaScript.
Explore
Help
Sign In
bbs
/
magicka
Archived
Watch
1
Star
0
Fork
0
You've already forked magicka
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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.
7ca1148ff8
magicka
/
dist
/
scripts
/
logout_stanza.lua
6 lines
94 B
Lua
Raw
Normal View
History
Unescape
Escape
Add Lua scripting to log out stanza
2016-09-05 04:05:17 +00:00
function
logout
(
)
clear screen on logout
2018-02-04 06:47:08 +00:00
bbs_write_string
(
"
\027
[2J
"
)
;
Add Lua scripting to log out stanza
2016-09-05 04:05:17 +00:00
bbs_display_ansi
(
"
goodbye
"
)
;
return
1
;
end
Reference in New Issue
Copy Permalink