Added zebralligator.
This commit is contained in:
parent
317f5c58c1
commit
2a1c9793f0
|
@ -45,6 +45,7 @@ These are my projects, new and old.
|
|||
'beepfun',
|
||||
('ticso', 'Create dynamic functions in C uglily', 'https://gitorious.org/ticso'),
|
||||
'sleinlib',
|
||||
'zebralligator',
|
||||
'kando',
|
||||
'bolg',
|
||||
'pebsaq',
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
#+title: zebralligator
|
||||
#&summary
|
||||
IRC bot using Python's asynchat module
|
||||
#&
|
||||
#+startup: showall
|
||||
#+license: bysa
|
||||
|
||||
* zebralligator
|
||||
|
||||
zebralligator is an IRC bot. It uses Python's asynchat module. It is still in developent.
|
||||
|
||||
: $ git clone git://metanohi.name/zebralligator
|
||||
|
Loading…
Reference in New Issue