orixbot
Orixbot is a modular irc bot written in C.
ocore
OCore library implements: Hash table, simple and double-linked lists and Ofile (a tiny DB)
-
Cloning this repository:
git clone git://gitorious.org/orixbot/ocore.git ocore cd ocore
Add this repository as a remote to an existing local repository:
git remote add ocore git://gitorious.org/orixbot/ocore.git git fetch ocore git checkout -b my-local-tracking-branch ocore/master_or_other_branch
mplx2
Socket multiplexing library
-
Cloning this repository:
git clone git://gitorious.org/orixbot/mplx2.git mplx2 cd mplx2
Add this repository as a remote to an existing local repository:
git remote add mplx2 git://gitorious.org/orixbot/mplx2.git git fetch mplx2 git checkout -b my-local-tracking-branch mplx2/master_or_other_branch
orixbot
-
Cloning this repository:
git clone git://gitorious.org/orixbot/orixbot.git orixbot cd orixbot
Add this repository as a remote to an existing local repository:
git remote add orixbot git://gitorious.org/orixbot/orixbot.git git fetch orixbot git checkout -b my-local-tracking-branch orixbot/master_or_other_branch


