Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function say(userinput) {
- if (!userinput) return send("Please enter message to say. Usage: say [message]");
- send("Say: " + userinput);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement