public
Description: Clojure IRC client/bot
Homepage:
Clone URL: git://github.com/drewr/clot.git
clot /
name age message
file .gitignore Thu Jul 16 20:20:36 -0700 2009 Ignore build artifacts. [Drew Raines]
file README.markdown Fri Jul 17 06:49:12 -0700 2009 Fix faulty example invocation. [Drew Raines]
directory bin/ Thu Jul 16 20:22:31 -0700 2009 Remove legacy build utils. [Drew Raines]
file build.xml Thu Jul 16 20:20:36 -0700 2009 Add ant/ivy setup. [Drew Raines]
file configure Wed Dec 31 12:51:35 -0800 2008 Create connect script on configure. [Drew Raines]
file ivy.xml Fri Aug 21 14:42:38 -0700 2009 Add swank support. [Drew Raines]
file ivysettings.xml Thu Jul 16 20:20:36 -0700 2009 Add ant/ivy setup. [Drew Raines]
directory src/ Fri Aug 21 14:42:38 -0700 2009 Add swank support. [Drew Raines]
README.markdown

Build

ant clean && ant dist

# clot's jar in here
ls -l dist

# try it out
env CLASSPATH=`find $PWD/lib $PWD/dist -name \*.jar | tr '\n' :` \
  java com.draines.clot.main irc.freenode.net 6667 foo '##foo' foopass