You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$prefix = ""; // HACK TO PREVENT PING-PONG USING U+200F Right-To-Left Mark ‏ "" http://stackoverflow.com/questions/17978720/invisible-characters-ascii
// Only registered channels can broadcast.
if (empty($channels[$_POST["token"]])) die;
// Prevent reposting bot texts.
if (substr($_POST["text"], 0, strlen($prefix)) === $prefix) die;