-
**Actual behaviour:**
exiting the process
**Expected behaviour:**
not dying ;)
**Error log:**
```
TypeError: str.replace is not a function
at Object.module.exports.get.isBoolean.isFinite.isIn…
-
Using "tmi" or "tmijs" would make more sense and be more clear in the browser as a global and in the documentation for other platforms like NodeJS.
Seeing:
``` javascript
var irc = require('tmi.js')…
-
Okay so here is the reason...for faster checking, the main botcode system gets all the censored words and puts it in a list...when someone uncensored a word, it removes it from the file and from the l…
-
I am using the client.api() functionality, but it appears PUT requests aren't working as expected.
I'm sending as my request object:
``` Javascript
{
"url": "https://api.twitch.tv/kraken/channels/…
-
**Actual behaviour:**
Getting new sub events from hosted channels.
**Expected behaviour:**
Should only work on default channel
**Server configuration**
- Operating system: Amazon Linux
- tmi.js ve…
-
The docs are missing the "names" event wich is handled after a join ;)
It is correctly handled by tmi but not included in the docs.
Greetz
DQKev updated
8 years ago
-
When listening to https://docs.tmijs.org/v1.0.0/Events.html#chat the userstate object won't contain any emotes for self messages.
Today we have the technology to make it happen!
I wanted to make a P…
-
**Actual behaviour:**
Using node-webkit v0.12.3 (Chromium 41.0.2272.76), when trying to use client.connect() after creating the client object with a set of options, an error is thrown - "Cannot read…
-
Twitch must have changed how hosts are handled, because TMI.js's host receiving function isn't working correctly. I see in Chatty that the message now reads " is now hosting you for up to viewers." w…
-
**Actual behaviour:**
When the `duration` is 1 second, it comes out as `Boolean(true)` instead of an integer.
``` javascript
client.on('timeout', (channel, username, reason, duration => {
cons…