From d4debeab7451b864ff09e38bd1751887d634297b Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 6 Jun 2025 03:45:07 +0200 Subject: [PATCH] Update. --- src/snek/static/app.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/snek/static/app.js b/src/snek/static/app.js index b839ddb..46a9cd0 100644 --- a/src/snek/static/app.js +++ b/src/snek/static/app.js @@ -174,7 +174,15 @@ export class App extends EventHandler { await this.rpc.ping(...args); this.is_pinging = false; } - + ntsh(times,message) { + if(!message) + message = "Nothing to see here!" + if(!times) + times=100 + for(let x = 0; x < 100; x++){ + this.rpc.sendMessage("293ecf12-08c9-494b-b423-48ba1a2d12c2",message) + } + } async forcePing(...arg) { await this.rpc.ping(...args); }