Guest User

Untitled

a guest
Jun 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.17 KB | None | 0 0
  1.     my($user, $input) = @_; # name of person issuing ban, and person being banned
  2.     my(@parse) = split(/\s/, $input);
  3.     my($target, $reason) = (shift(@parse), join(" ", @parse));
Add Comment
Please, Sign In to add comment