Comparing version 1.0.1 to 1.0.2
module.exports={ | ||
client:require("./lib/client") | ||
}; |
@@ -0,0 +0,0 @@ var request = require("request"); |
@@ -790,2 +790,7 @@ var api = require("./api"); | ||
if (message.tags.username === "twitchnotify") { | ||
// Someone subscribed to a hosted channel. Who cares. | ||
if (msg.includes("subscribed to")) { | ||
// Ignore this feature. | ||
} | ||
// New subscriber.. | ||
@@ -792,0 +797,0 @@ if (msg.includes("just subscribed")) { |
@@ -0,0 +0,0 @@ var _ = require("./utils"); |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ var _ = require('./utils'); |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ // Initialize the queue with a specific delay.. |
@@ -0,0 +0,0 @@ var self = module.exports = { |
{ | ||
"name": "tmi.js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Javascript library for the Twitch Messaging Interface.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,0 +0,0 @@ # tmi.js |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2140
106680