-
It's in tmi.js, so why not?
https://docs.tmijs.org/v1.2.1/Events.html#hosted
ghost updated
7 years ago
-
**Actual behaviour:**
```
global.client.on('message', async function (channel, sender, message, fromSelf) {
console.log(message)
}
```
Long messages are not received, test message below
…
-
Updating to the newest tmi.js should fix this.
https://github.com/tmijs/tmi.js/commit/2d0cbb6ea4e8e82fa80289e90954970eeab0009a
-
I'd like to be able to specify a non-standard TMI host and port.
This is currently supported by the `tmi_host` and `tmi_port` parameters in the native Twitch stack.
-
```
13:21 nailcliper: one is that I'd like confirmation when unbanning someone FeelsBirthdayMan
```
(which twitch event is that?)
-
Hi,
I found a bug !
If you are banned from a channel and u want to retrieve the moderator list (with mods() ), u don't receive a message telling you that you are banned and u receive all the time th…
-
**Actual behaviour:**
In cmd, I see that it writes, but it is not seen on channel. And it is definetely not timeouted or banned.
**Expected behaviour:**
See them.
**Error log:**
No error.…
-
**Actual behaviour:**
Catch a string on the twitch chat, error on the function "client.say()"
**Expected behaviour:**
Catch a string on the twitch chat, write an auto response
**Code : **
…
-
**Actual behaviour:**
User with Non-English Character Username returns userstate['display-name'].
**Expected behaviour:**
User with Non-English Character Username should return userstate['use…
-
**Actual behaviour:**
https://docs.tmijs.org/v1.0.0/Configuration.html
- `server` is displayed as the option, when `cluster` must be used.
**Expected behaviour:**
- Display `cluster` inst…