slack.inc in Slack 7
File
plugins/notifier/slack/slack.incView source
<?php
/**
* @file
* Plugin for Message Notify module.
*/
$plugin = array(
'title' => t('Slack'),
'description' => t('Send message using the Slack module.'),
'class' => 'MessageNotifierSlack',
'view_modes' => array(
'message_notify_slack_body' => array(
'label' => t('Notify - Slack Body'),
),
),
);