From 89ddce7ab6de3efb089f352209bad65f25ab27c9 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Fri, 10 Jan 2020 21:23:18 -0500
Subject: flattened jarvis notif message
---
examples/jarvis.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/examples/jarvis.js b/examples/jarvis.js
index d14d1ee..0df6151 100644
--- a/examples/jarvis.js
+++ b/examples/jarvis.js
@@ -86,8 +86,9 @@ var notifsrc = '\
\n\
For a node.js YWOT api: \n\
& git.hrhr.dev/ywot-clean \n\
-& Try `COMMAND` today. Uptime: UPTIME. Called: JARVISx ~SIGNATURE \n\
- '
+& Try `COMMAND` today. Uptime: UPTIME.\n\
+& Called: JARVISx ~SIGNATURE \n\
+ '
notifsrc = notifsrc.replace('COMMAND', command).replace('SIGNATURE', sig);
var minsUp = 0;
var callct = 0;
--
cgit