mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
* NO CARRIER :)
This commit is contained in:
parent
1cb95bd44e
commit
64c8d83559
2 changed files with 10 additions and 2 deletions
|
@ -123,7 +123,14 @@ function logoff(callingMenu, formData, extraArgs) {
|
|||
var client = callingMenu.client;
|
||||
|
||||
setTimeout(function timeout() {
|
||||
client.term.write(ansi.normal() + '\n+++ATH0\n');
|
||||
//
|
||||
// For giggles...
|
||||
//
|
||||
client.term.write(
|
||||
ansi.normal() + '\n' +
|
||||
require('crypto').randomBytes(Math.floor(Math.random() * 25) + 5).toString() +
|
||||
'NO CARRIER');
|
||||
|
||||
client.end();
|
||||
}, 500);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue