diff --git a/.gitignore b/.gitignore index ae2fb91..fe334db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ -*.cmi -*.cmo +*.o *~ -bot -.omake* -.depend +dispatch +irc + diff --git a/bot b/bot new file mode 100755 index 0000000..5b97397 --- /dev/null +++ b/bot @@ -0,0 +1,5 @@ +#! /bin/sh + +echo "NICK $1" 1>&6 +echo "USER $1 $1 $1 :I'm a little printf, short and stdout." 1>&6 +exec ./dispatch ./irc ./$1-handler