Advertisement
Guest User

Untitled

a guest
May 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if((targetUser = connections.getByUsername(toUser)) != null) {
  2. String clientUN = processingClient.getUsername();
  3. String message = "(PM) " + clientUN + ": "
  4. + command.substring(10 + toUser.length()); // hack off that jackson
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement