Merge branch 'master' into master

This commit is contained in:
Derek McDaniel 2017-02-27 14:29:06 -05:00 committed by GitHub
commit 0dfc8a3797

View File

@ -54,7 +54,6 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi
$client = new Client($this->config['slack_url'], $settings);
$client->send(getlocal('You have a new user waiting for a response. Username: {0}', array($args['thread']->userName)));
return true;