Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Max Mecklin / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya
  • ..
  • beans
  • BotBeanLocal.java
  • Tuomas Riihimäki's avatar
    Irc bot logging improvements · fad7c9a0
    Tuomas Riihimäki committed Jul 29, 2016
    fad7c9a0
BotBeanLocal.java 224 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package fi.codecrew.moya.beans;

import java.util.Set;

import javax.ejb.Local;

import fi.iudex.utils.irc.IrcBot;

@Local
public interface BotBeanLocal {

	public void addBot(IrcBot bot);

	Set<String> getIgnoreTypes();

}