Comparing version 1.0.10 to 1.0.11
@@ -237,3 +237,3 @@ 'use strict'; | ||
var self = this; | ||
if( message.user == self.myId && !matcher.self ) { return false; } | ||
if( message.reply_to !== undefined && !matcher.self ) { return false; } | ||
delete matcher.self; | ||
@@ -240,0 +240,0 @@ |
{ | ||
"name": "tinybot", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "A tiny wrapper around the Slack RTM API that provides methods to listen for and send slack messages.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -123,3 +123,3 @@ var expect = require('expect'); | ||
slackTest.socket.send({ text: 'foo', user: 'DISBOT'}); | ||
bot.say('foo'); | ||
}) | ||
@@ -126,0 +126,0 @@ |
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
18742