meow
This commit is contained in:
parent
3d96574258
commit
8d59887b5e
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ switch($_SERVER['HTTP_X_GITHUB_EVENT']) {
|
|||
}
|
||||
|
||||
if(!empty($message)) {
|
||||
// the
|
||||
var_dump($message);
|
||||
$sock = fsockopen($config['boat']['host'], $config['boat']['port'], $errno, $errstr, 5);
|
||||
$message = chr(1) . '/msg flash ' . $message;
|
||||
|
|
Reference in a new issue