An open API service indexing awesome lists of open source software.

https://github.com/foxboron/parjer

Clojure IRCBot FTW!
https://github.com/foxboron/parjer

Last synced: 11 months ago
JSON representation

Clojure IRCBot FTW!

Awesome Lists containing this project

README

          

# parjer

A very basic IRCBot in Clojure.

## Usage

```clojure
{:nick "Cjoey"
:servers [{:server "irc.blabla.com"
:port 6667
:chans #{"#lobby"}}
{:server "irc.blabla.com"
:port 13337
:chans #{"#bot"}}]
:owner #{"Foxboron", "Guy2"}
:mark "@"}
```
`lein deps`
`lein run`

The setup file should be simple enough.

The bot itself got some basic commands, use help and try guess :D

Based on this code:
http://nakkaya.com/2010/02/10/a-simple-clojure-irc-client/

## License

Copyright © 2013 Morten "Foxboron" Linderud

Distributed under the Eclipse Public License, the same as Clojure.