Package

bots

Permalink

package bots

Visibility
  1. Public
  2. All

Type Members

  1. case class Channel(name: String) extends ChatType with Product with Serializable

    Permalink
  2. case class Chat(t: ChatType, message: String) extends Product with Serializable

    Permalink
  3. sealed trait ChatType extends AnyRef

    Permalink
  4. class EchoBot extends Actor with ActorLogging

    Permalink
  5. trait GoogleFinanceAPI extends AnyRef

    Permalink
  6. case class IM(username: String) extends ChatType with Product with Serializable

    Permalink
  7. class Refresher extends Actor with ActorLogging

    Permalink
  8. class ShellBot extends Actor with ActorLogging

    Permalink
  9. class StockBot extends Actor with ActorLogging

    Permalink
  10. class SwarmBot extends Actor with ActorLogging

    Permalink
  11. class TickerClient extends Actor with ActorLogging

    Permalink

Value Members

  1. object GoogleFinanceProtocol extends DefaultJsonProtocol with MoreJsonProtocols

    Permalink
  2. object StockBot

    Permalink
  3. object SwarmBot

    Permalink

Ungrouped