$v) { fwrite($sox, "NOTICE {$dataP[2]} :📣 CloudFlare: {$k} | 🙆 Alternative: https://web.archive.org/web/{$v} , https://timetravel.mementoweb.org/list/" . gmdate('Ym') . "/{$v}\n"); } } elseif ($dataP[2] == MY_NAME) { $user_said = str_clean_str($data, MY_NAME); if (strlen($user_said) < 10 || string_has_bitch($user_said)) { continue; } debugatme(' sending to git!'); $got = @json_decode(gitlab_create_anonymous('[scrubbed]@' . OBSERVE_SERVER, get_clean_title($user_said), $user_said, 'IRC'), true); if (isset($got['web_url'])) { fwrite($sox, "PRIVMSG {$user_who} :👍 {$got['web_url']}\n"); } } else { continue; } } }