Making WordPress.org


Ignore:
Timestamp:
07/26/2015 07:07:47 PM (9 years ago)
Author:
nacin
Message:

Slack: Add a /committers command to replace @committers by merging it with /announce.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/slack/announce/config.php

    r1766 r1788  
    8787    );
    8888}
     89
     90function get_committers() {
     91    return array(
     92        'dd32', 'nacin', 'mark', 'helen', 'azaozz', 'westi',
     93        'nb', 'sergey', 'ocean90', 'wonderboymusic', 'drew', 'johnbillion',
     94        'jorbin', 'boone', 'jeremyfelt', 'pento', 'obenland', 'iseulde',
     95        'westonruter',
     96    );
     97}
     98
Note: See TracChangeset for help on using the changeset viewer.