https://github.com/foxboron/parjer
Clojure IRCBot FTW!
https://github.com/foxboron/parjer
Last synced: 11 months ago
JSON representation
Clojure IRCBot FTW!
- Host: GitHub
- URL: https://github.com/foxboron/parjer
- Owner: Foxboron
- Created: 2013-03-03T22:46:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-03T08:02:31.000Z (about 13 years ago)
- Last Synced: 2024-10-15T14:51:12.112Z (over 1 year ago)
- Language: Clojure
- Size: 352 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.