Skip to content

ormiret/spacebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spacebot

IRC bot for hackerdeen

This is not used anymore and has been replaced by some python scripts and irccat

Installation

Get from github.com/ormiret/spacebot

Configuration

Create a configuration file config.clj something like

   {:nick "hackerdeenbot"
    :channels ["#hackerdeen" "#57N"]
}

Usage

lein run

Deployment

  1. Make a jar with lein uberjar
  2. Copy the jar to the machine you want to run on.
  3. Run the bot with java -jar <jar file>

The bot will eat memory if you let it. You can add something like -Xmx200m to the java command to limit it's heap to 200MiB.

License

Copyright © 2013 Robert McWilliam

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

IRC bot for hackerdeen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published