Package net.bnubot.util

Examples of net.bnubot.util.BNetUser.sendChat()


  }

  @Override
  public void friendsAdd(BNCSConnection source, FriendEntry friend) {
    BNetUser target = new BNetUser(source, friend.getAccount(), source.getMyUser());
    target.sendChat("You are logged in. You must add me to your friends list.", true);
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.