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. case class IM(username: String) extends ChatType with Product with Serializable

    Permalink
  6. class ShellBot extends Actor with ActorLogging

    Permalink

Ungrouped