Guest User

Untitled

a guest
Jun 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. if ($message[$rand] =~ /\[URL="/) {
  2. @split = split(/"]/, $message[$rand]);
  3. if (defined $split[2]) {
  4. $split[1] .= "\"]" . $split[2];
  5. }
  6. if (defined $split[3]) {
  7. $split[1] .= "\"]" . $split[3];
  8. }
  9. $split[1] = "\"]" . "[COLOR=\"$colors[rand($colorSize)]\"]" . $split[1] . "[/COLOR]";
  10. $message[$rand] = $split[0] . $split[1];
  11. }
Add Comment
Please, Sign In to add comment