Add help message for Inuktitut Syllabics

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-02-28 14:09:26 +01:00
parent eb61eb1617
commit c51c945660
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const version = "2.0.0"; const version = "2.0.1";
import x2i from "./x2i"; import x2i from "./x2i";
import { existsSync } from "fs"; import { existsSync } from "fs";
@ -45,6 +45,8 @@ function help(roomId) {
Use (x/z/p) together with either / or [] as delimeters Use (x/z/p) together with either / or [] as delimeters
x/"hEloU/ z[or\` 5aIk DIz] p/mreghnom/ 😀 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`; Find my source at https://github.com/Dali99/matrix-wug`;
client.sendNotice(roomId, message); client.sendNotice(roomId, message);