Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if((l.split()[3][1:] == prefix + "act") or (l.split()[3][1:] == prefix +, "me"))
  2. x = 4
  3. z = ""
  4. while x < len(l.split()):
  5. x = x + 1
  6. z = z + l.split()[x]
  7. socket.send(bytes("/me" + z + "\r\n"))
Add Comment
Please, Sign In to add comment