Package net.bnubot.bot.commands

Examples of net.bnubot.bot.commands.Vote.cancel()


  public void channelLeave(Connection source, BNetUser user) {
    touchUser(source, user, "leaving the channel");

    Vote vote = votes.get(source);
    if((vote != null) && vote.getSubject().equals(user))
      vote.cancel();
  }

  @Override
  public void channelUser(Connection source, BNetUser user) {
    try {
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.