Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $args = explode("/",$_GET["arg"]);
- switch($args[0])
- {
- case "add":
- $args[1] == "direct" ? $hl->directHighlightThat($args[2]) : ($args[1] == "coebot" ? $hl->coeBotHighlight($args[2],$args[3]) : $hl->highlightThat($args[1]));
- break;
- default:
- $args[0] == "view" ? $hl->viewHighlights($args[1],$args[2]) : ($args[1] ? $hl->showStatsv2($args[0],$args[1]) : $hl->showStatsv2($args[0]));
- break;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement