Skip to content

Commit

Permalink
Uses Mibew localization now instead. closes #11;
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek McDaniel committed Feb 27, 2017
1 parent 5304dad commit 701e9a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function sendSlackNotification(&$args)
$client = new Client($this->config['slack_url'], $settings);


$client->send($this->config['message']);
$client->send(getlocal('You have a new message waiting for you!'));

return true;
}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Provides Slack notifications when initiate a chat
username: "Username you will post as"
channel: "Channel to post in"
slack_url: "Webhook URL from Setup Instructions in Slack"
message: "You have a new visitor!"

```

Expand Down

0 comments on commit 701e9a4

Please sign in to comment.