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); }