From c51c94566097274707ef157af004b763f1349737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Thu, 28 Feb 2019 14:09:26 +0100 Subject: [PATCH] Add help message for Inuktitut Syllabics --- index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 04a08f2..eb90246 100644 --- a/index.ts +++ b/index.ts @@ -1,4 +1,4 @@ -const version = "2.0.0"; +const version = "2.0.1"; import x2i from "./x2i"; import { existsSync } from "fs"; @@ -45,6 +45,8 @@ function help(roomId) { Use (x/z/p) together with either / or [] as delimeters x/"hEloU/ z[or\` 5aIk DIz] p/mreghnom/ 😀 +I also can transcribe to Inuktitut Syllabics like this: i[tusaumaqattautijjutinik aulattijiit]. + Find my source at https://github.com/Dali99/matrix-wug`; client.sendNotice(roomId, message);