Changeset 2160
- Timestamp:
- 12/03/2015 08:13:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/props/lib.php
r2157 r2160 5 5 6 6 function show_error( $user ) { 7 echo 'Please use `/props SLACK_USERNAME MESSAGE` to give props.';7 echo "Please use `/props SLACK_USERNAME MESSAGE` to give props.\n"; 8 8 } 9 9 … … 12 12 13 13 if ( $data['command'] !== '/props' ) { 14 echo '???';14 echo "???\n"; 15 15 return; 16 16 }
Note: See TracChangeset
for help on using the changeset viewer.