Compare commits
2 Commits
c7c0f3de2d
...
834ccc3ea0
Author | SHA1 | Date |
---|---|---|
|
834ccc3ea0 | |
|
3a660a0c1c |
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.24.0",
|
||||
"version": "1.24.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "schat2-clive",
|
||||
"version": "1.24.0",
|
||||
"version": "1.24.1",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bhttp": "^1.2.8",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.24.0",
|
||||
"version": "1.24.1",
|
||||
"description": "Game host for SChat 2-powered chat sites",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -21,7 +21,7 @@ function onCommand(args, context) {
|
|||
const osDuration = intervalToDuration({ start: 0, end: os.uptime() * 1000 });
|
||||
const osDurationString = getDurationString(osDuration);
|
||||
|
||||
context.sendMessage(`I've been awake for ${durationString}. My host has been running for ${osDurationString}.`, context.room.id, null, context.message.user?.recipient);
|
||||
context.sendMessage(`I've been awake for ${durationString}. My host '${os.hostname()}' has been running for ${osDurationString}.`, context.room.id, null, context.message.user?.recipient);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue