Ping / circuit latency, break out commands, add typing function for IM, add thinkingTime and charactersPerSecond parameters to typing functions
This commit is contained in:
8
dist/enums/InstantMessageFlags.js
vendored
Normal file
8
dist/enums/InstantMessageFlags.js
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var InstantMessageFlags;
|
||||
(function (InstantMessageFlags) {
|
||||
InstantMessageFlags[InstantMessageFlags["normal"] = 0] = "normal";
|
||||
InstantMessageFlags[InstantMessageFlags["busyResponse"] = 1] = "busyResponse";
|
||||
})(InstantMessageFlags = exports.InstantMessageFlags || (exports.InstantMessageFlags = {}));
|
||||
//# sourceMappingURL=InstantMessageFlags.js.map
|
||||
Reference in New Issue
Block a user